$ cubic delete --help
Delete VM instances
Examples:
Delete the VM instance 'my-instance':
$ cubic delete my-instance
Delete multiple VM instances:
$ cubic delete trixie noble
Delete multiple VM instances without confirmation:
$ cubic delete --yes trixie noble
Usage: cubic delete [OPTIONS] [INSTANCES]...
Arguments:
[INSTANCES]...
Name of the VM instances to delete
Options:
-y, --yes
Answer all questions with yes
-v, --verbose
Increase logging output
-q, --quiet
Reduce logging output
-h, --help
Print help (see a summary with '-h')