gcloud beta app versions start
Stay organized with collections
Save and categorize content based on your preferences.
- NAME
-
- gcloud beta app versions start - start serving specified versions
- SYNOPSIS
- DESCRIPTION
-
(BETA)This command starts serving the specified versions. It may only be used if the scaling module for your service has been set to manual. - EXAMPLES
-
To start a specific version across all services, run:
gcloudbetaappversionsstartv1To start multiple named versions across all services, run:
gcloudbetaappversionsstartv1v2To start a single version on a single service, run:
gcloudbetaappversionsstart--service=servicenamev1To start multiple versions in a single service, run:
gcloudbetaappversionsstart--service=servicenamev1v2 - POSITIONAL ARGUMENTS
-
VERSIONS[VERSIONS…]- The versions to start. (optionally filtered by the --service flag).
- FLAGS
-
--service=SERVICE,-sSERVICE- If specified, only start 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 command is currently in beta and might change without notice. This variant
is also available:
gcloudappversionsstart