gcloud beta container hub rolloutsequences update ROLLOUTSEQUENCE [--async] [--display-name=DISPLAY_NAME] [--labels=[KEY=VALUE,…]] [--stage-config=PATH_TO_FILE] [GCLOUD_WIDE_FLAG …]
(BETA) Update a rollout sequence resource.
gcloud beta container hub rolloutsequences update ROLLOUT_SEQUENCE_NAME --stage-config=path/to/config.yaml --display-name=my-display-name"
To set the project attribute:
rolloutSequence on the command line with a
fully specified name;
--project on the command line;
core/project.
To set the location attribute:
rolloutSequence on the command line with a
fully specified name;
ROLLOUTSEQUENCErollout_sequence attribute:
rolloutSequence on the command line.
--async--display-name=DISPLAY_NAME--labels=[KEY=VALUE,…]--stage-config=PATH_TO_FILE- stage: fleet-projects: # Expected format: projects/{project} - projects/my-dev-project soak-duration: 7d # Or 168h or 604800s - stage: fleet-projects: - projects/my-prod-project soak-duration: 3600s label-selector: resource.labels.canary=='true' - stage: fleet-projects: # Expected format: projects/{project} - projects/my-prod-project soak-duration: 30m
--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.
gcloud alpha container hub rolloutsequences update
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.