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-conflict-behavior=ROLLOUT_CONFLICT_BEHAVIOR] [--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-conflict-behavior=ROLLOUT_CONFLICT_BEHAVIOR
Specifies the behavior of the Rollout if a conflict is detected in a project during a Rollout. Default behavior is to keep the local value if conflict happens. Specifying 'overwrite' will overwrite the local value if conflict happens.

The default value for --rollout-conflict-behavior is ''. If you set this flag to overwrite and would like to go back to the default value, use the update command and omit the --rollout-conflict-behavior flag.

--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, rollout_plan_unspecified, 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