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 deleteNAME[--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:
gcloudalphacomputeglobal-vm-extension-policiesdeletetest-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 bespecified, 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 bespecified, 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 anexisting 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 thiscommand fails with API permission errors despite specifying the correct project,you might be trying to access an API with an invitation-only early accessallowlist. This variant is also available:
gcloudbetacomputeglobal-vm-extension-policiesdelete

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-01-27 UTC.