Delete a storage.
Deletes the specified storage with a confirmation prompt. To skip the confirmation use --force.
cherryctl storage delete ID [f] [flags]
# Deletes the specified storage:
cherryctl storage delete 12345
>
✔ Are you sure you want to delete storage 12345: y
# Deletes a storage, skipping confirmation:
cherryctl storage delete 12345 -f
-f, --force Skips confirmation for the storage deletion.
-h, --help help for delete
--api-url string Override default API endpoint (default "https://api.cherryservers.com/v1/")
--config string Path to JSON or YAML configuration file
--context string Specify a custom context name (default "default")
--fields strings Comma separated object field names to output in result. Fields can be used for list and get actions.
-o, --output string Output format (*table, json, yaml)
--token string API Token (CHERRY_AUTH_TOKEN)
- cherryctl storage - Storage operations. For more information on Elastic Block Storage check Product Docs: https://docs.cherryservers.com/knowledge/elastic-block-storage/