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

# Products

> List, inspect, and delete products

**Alias:** `cnap prod`

## List products

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

## Get product details

```bash theme={null}
cnap products get <product-id>
```

## Delete a product

```bash theme={null}
cnap products delete <product-id> --force
```

The `--force` flag is required to confirm deletion. Fails if the product has active installs — delete those first.
