gcloud app versions delete
Stay organized with collections
Save and categorize content based on your preferences.
- NAME
-
- gcloud app versions delete - delete a specified version
- SYNOPSIS
- DESCRIPTION
- You cannot delete a version of a service that is currently receiving traffic.
- EXAMPLES
-
To delete a specific version of a specific service, run:
gcloudappversionsdelete--service=myServicev1To delete a named version across all services, run:
gcloudappversionsdeletev1To delete multiple versions of a specific service, run:
gcloudappversionsdelete--service=myServicev1v2To delete multiple named versions across all services, run:
gcloudappversionsdeletev1v2 - POSITIONAL ARGUMENTS
-
VERSIONS[VERSIONS…]- The versions to delete (optionally filtered by the --service flag).
- FLAGS
-
--service=SERVICE,-sSERVICE- If specified, only delete versions from the given service.
- 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 variant is also available:
gcloudbetaappversionsdelete