canasta delete
From Canasta Wiki
canasta > delete
canasta delete
Delete a Canasta instance
Synopsis
Permanently delete a Canasta instance. This stops and removes all Docker containers and volumes, deletes all configuration files and data, and removes the instance from the Canasta registry. You will be prompted for confirmation before any data is deleted.
canasta delete [flags]
Examples
# Delete an instance by ID
canasta delete -i myinstance
# Delete without confirmation prompt
canasta delete -i myinstance -y
Flags
| Flag | Shorthand | Description | Default | Required |
|---|---|---|---|---|
--help |
-h |
help for delete | ||
--id |
-i |
Canasta instance ID | instance associated with current directory | |
--yes |
-y |
Skip confirmation prompt | ||
--verbose |
-v |
Verbose output |