> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cnap.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# Registry

> Manage registry credentials

**Alias:** `cnap reg`

## List credentials

```bash theme={null}
cnap registry list
```

## Delete a credential

```bash theme={null}
cnap registry delete <credential-id> --force
```

The `--force` flag is required to confirm deletion.
