cubic restart

$ cubic restart --help
Restart VM instances

Examples:

  Restart the VM instance 'my-instance':
  $ cubic restart my-instance

  Restart multiple VM instances:
  $ cubic restart trixie noble

Usage: cubic restart [OPTIONS] [INSTANCES]...

Arguments:
  [INSTANCES]...
          Name of the virtual machine instances to restart

Options:
  -v, --verbose
          Increase logging output

  -q, --quiet
          Reduce logging output

  -h, --help
          Print help (see a summary with '-h')