gcloud app versions stop
Stay organized with collections
Save and categorize content based on your preferences.
- NAME
-
- gcloud app versions stop - stop serving specified versions
- SYNOPSIS
- DESCRIPTION
- This command stops serving the specified versions. It may only be used if the scaling module for your service has been set to manual.
- EXAMPLES
-
To stop a specific version across all services, run:
gcloudappversionsstopv1To stop multiple named versions across all services, run:
gcloudappversionsstopv1v2To stop a single version on a single service, run:
gcloudappversionsstop--service=servicenamev1To stop multiple versions in a single service, run:
gcloudappversionsstop--service=servicenamev1v2Note that that last example may be more simply written using the
services stopcommand (see its documentation for details). - POSITIONAL ARGUMENTS
-
VERSIONS[VERSIONS…]- The versions to stop (optionally filtered by the --service flag).
- FLAGS
-
--service=SERVICE,-sSERVICE- If specified, only stop 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:
gcloudbetaappversionsstop