destroy

package
v0.0.0-...-f3737aa Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 16, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Command = &cli.Command{
	Name:   "destroy",
	Usage:  "Delete a virtual machine",
	Action: destroyVmCmd,
	Flags: []cli.Flag{
		&cli.BoolFlag{
			Name:  "force",
			Usage: "If the VM is not stopped, stop before attempting removal.",
		},
		&cli.BoolFlag{
			Name:  "idempotent",
			Usage: "Don't return error if VM is already in requested state",
			Value: false,
		},
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL