- 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 deleteNAME[--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_PLANmust 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 helpfor details. - NOTES
- This command is currently in beta and might change without notice. These
variants are also available:
gcloud compute global-vm-extension-policies deletegcloud alpha compute global-vm-extension-policies delete
gcloud beta compute global-vm-extension-policies delete
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-05-27 UTC.

