Skip to main content

delete

inctl vm pool delete

Delete a VM pool.

Synopsis

Delete a VM pool.

The VMPool will converge to a state gracefully where it can be deleted.

New leases will be rejected. The existing leases will be allowed to finish until expiation. Ready VMs will be discarded. Use 'inctl vm pool leases stop' if you want to stop the leases faster. When no VMs exist anymore, the pool will be deleted.

Example: inctl vm pool delete --pool vmpool-my-pool --org <my-org>

inctl vm pool delete [flags]

Options

  -h, --help          help for delete
--pool string The name of the VM pool.

Options inherited from parent commands

  -e, --email string     User email to be used for access control. Optional, will fall back to $USER@google.com if unset.
--org string The Intrinsic organization to use. You can set the environment variable
INTRINSIC_ORG=organization to set a default organization.
-o, --output string (optional) Output format. One of: (json, ndjson)
--print-trace Print the trace identifier when exiting.
-p, --project string The Google Cloud Project (GCP) project to use. You can set the environment variable
INTRINSIC_PROJECT=project_name to set a default project name.

SEE ALSO