gcloud alpha compute global-vm-extension-policies delete

NAME
gcloud alpha compute global-vm-extension-policies delete - delete a Compute Engine global VM extension policy
SYNOPSIS
gcloud alpha 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
(ALPHA) Delete a Compute Engine global VM extension policy.
EXAMPLES
To delete a global VM extension policy, run:
gcloud alpha 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.
--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 alpha and might change without notice. If this command fails with API permission errors despite specifying the correct project, you might be trying to access an API with an invitation-only early access allowlist.