Skip to content

Ignite rm

ignite rm

Remove VMs

Synopsis

Remove one or multiple VMs. The VMs are matched by prefix based on their ID and name. To remove multiple VMs, chain the matches separated by spaces. The force flag (-f, --force) kills running VMs before removal instead of throwing an error.

ignite rm <vm>... [flags]

Options

      --config string   Specify a path to a file with the API resources you want to pass
  -f, --force           Force this operation. Warning, use of this mode may have unintended consequences.
  -h, --help            help for rm

Options inherited from parent commands

      --log-level loglevel      Specify the loglevel for the program (default info)
      --network-plugin plugin   Network plugin to use. Available options are: [cni docker-bridge] (default cni)
  -q, --quiet                   The quiet mode allows for machine-parsable output by printing only IDs
      --runtime runtime         Container runtime to use. Available options are: [docker containerd] (default containerd)

SEE ALSO

  • ignite - ignite: easily run Firecracker VMs