Usage
Arguments
Flags
Examples
Notes
- Snapshot deletion is currently a metadata soft-delete.
- Underlying storage objects are not automatically removed by this command.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete a snapshot by reference
basecut snapshot delete <snapshot-ref> [flags]
| Argument | Description |
|---|---|
<snapshot-ref> | Snapshot identifier. Supported forms: UUID, name:tag, or name (resolves to latest). |
| Flag | Default | Description |
|---|---|---|
--yes, -y | false | Skip confirmation prompt. |
--profile <name> | default | Credential profile for API auth. |
--api-key <key> | env/profile | API key override. |
# Delete by UUID (with prompt)
basecut snapshot delete 550e8400-e29b-41d4-a716-446655440000
# Delete by ref without prompt
basecut snapshot delete dev-seed:latest --yes