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]...
          Names of the virtual machine instances

Options:
      --accel <accel>
          Set hardware acceleration

          [default: auto]
          [possible values: auto, on, off]

  -v, --verbose
          Increase logging output

  -q, --quiet
          Reduce logging output

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