cubic delete

$ cubic delete --help
Delete VM instances and snapshots

A target written as <INSTANCE> deletes the whole VM instance including all
of its snapshots. A target written as <INSTANCE>/<SNAPSHOT> deletes only
that one snapshot and leaves the VM instance alone.

Examples:

  Delete the VM instance 'my-instance':
  $ cubic delete my-instance

  Delete multiple VM instances:
  $ cubic delete trixie noble

  Delete the snapshot 'clean' of the VM instance 'my-instance':
  $ cubic delete my-instance/clean

  Delete multiple VM instances without confirmation:
  $ cubic delete --yes trixie noble

Usage: cubic delete [OPTIONS] [TARGETS]...

Arguments:
  [TARGETS]...
          Names of the virtual machine instances or their snapshots

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')