> ## 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.

# Templates

> List, inspect, and delete templates

**Alias:** `cnap tpl`

## List templates

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

## Get template details

```bash theme={null}
cnap templates get <template-id>
```

Returns template metadata and all associated helm sources.

## Delete a template

```bash theme={null}
cnap templates delete <template-id> --force
```

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