gcloud app versions migrate - migrate traffic from one version to another for a set of services
gcloud app versions migrate VERSION [--service=SERVICE, -s SERVICE] [GCLOUD_WIDE_FLAG ...]
Migrate traffic from one version to another for a set of services.
This only works for automatically scaled Standard versions. To migrate from one version to another for all services where there is a version v2 and shut down the previous version, run:
$ gcloud app versions migrate v2
To migrate from one version to another for a specific service, run:
$ gcloud app versions migrate v2 --service="s1"
- VERSION
The version to migrate to.
- --service=SERVICE, -s SERVICE
If specified, only migrate versions from the given service.
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.
This variant is also available:
$ gcloud beta app versions migrate