delete
canasta delete¶
Delete a Canasta installation
Synopsis¶
Permanently delete a Canasta installation. This stops and removes all Docker containers and volumes, deletes all configuration files and data, and removes the installation from the Canasta registry. You will be prompted for confirmation before any data is deleted.
Examples¶
# Delete an installation by ID
canasta delete -i myinstance
# Delete without confirmation prompt
canasta delete -i myinstance -y
Options¶
| Flag | Shorthand | Description | Default |
|---|---|---|---|
--help |
-h |
help for delete | |
--id |
-i |
Canasta instance ID | |
--yes |
-y |
Skip confirmation prompt |
Options inherited from parent commands¶
| Flag | Shorthand | Description | Default |
|---|---|---|---|
--verbose |
-v |
Verbose output |
SEE ALSO¶
- canasta - A CLI tool for Canasta installations.