gcloud run services update-traffic web-app --to-latest --region us-central1
Send all traffic to the latest revision
Moves 100% of requests to the most recently deployed revision, useful after testing a canary or recovering from a bad rollout. Use --to-revisions=NAME=PERCENT to split traffic between revisions deliberately. Check the current split with gcloud run services describe.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.