gcloud beta compute global-vm-extension-policies delete

NAME
gcloud beta compute global-vm-extension-policies delete - delete a Compute Engine global VM extension policy
SYNOPSIS
gcloud beta compute global-vm-extension-policies delete NAME [--rollout-custom-plan=ROLLOUT_CUSTOM_PLAN] [--rollout-predefined-plan=ROLLOUT_PREDEFINED_PLAN] [--rollout-retry-uuid=ROLLOUT_RETRY_UUID] [GCLOUD_WIDE_FLAG]
DESCRIPTION
(BETA) Delete a Compute Engine global VM extension policy.
EXAMPLES
To delete a global VM extension policy, run:
gcloud beta compute global-vm-extension-policies delete test-policy-name
POSITIONAL ARGUMENTS
NAME
Name of the global vm extension policy to delete.
FLAGS
--rollout-custom-plan=ROLLOUT_CUSTOM_PLAN
Provide the name of a custom rollout plan to be used for the rollout.

One of either --rollout-predefined-plan or --rollout-custom-plan must be specified, but not both.

--rollout-predefined-plan=ROLLOUT_PREDEFINED_PLAN
Provide the name of a predefined rollout plan from [fast_rollout, slow_rollout] to be used for the rollout.

One of either --rollout-predefined-plan or --rollout-custom-plan must be specified, but not both.

ROLLOUT_PREDEFINED_PLAN must be one of: fast_rollout, slow_rollout.

--rollout-retry-uuid=ROLLOUT_RETRY_UUID
The UUID of the rollout retry action. Only set it if this is a retry for an existing resource.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account, --billing-project, --configuration, --flags-file, --flatten, --format, --help, --impersonate-service-account, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity.

Run $ gcloud help for details.

NOTES
This command is currently in beta and might change without notice. This variant is also available:
gcloud alpha compute global-vm-extension-policies delete