gcloud alpha run multi-region-services Stay organized with collections Save and categorize content based on your preferences.
- NAME
- gcloud alpha run multi-region-services - manage your Cloud Run multi-region services
- SYNOPSIS
gcloud alpha run multi-region-servicesCOMMAND[--region=REGION][GCLOUD_WIDE_FLAG …]
- DESCRIPTION
(ALPHA)The gcloud run multi-region-services command group lets youdeploy container images to Google Cloud Run across multiple regions at once.- EXAMPLES
- To deploy your container, use the
gcloud run multi-region-servicesdeploycommand:gcloudalpharunmulti-region-servicesdeploy<service-name>--image<image_name>--regions[region-list]Formoreinformation,run:gcloudrundeploy--help - FLAGS
--region=REGION- Region in which the resource can be found. Alternatively, set the property[run/region].
- GCLOUD WIDE FLAGS
- These flags are available to all commands:
--help.Run
$gcloud helpfor details. - COMMANDS
is one of the following:COMMANDdelete(ALPHA)Deletes a multi-region service.describe(ALPHA)Command to describe a multi-region service.list(ALPHA)List available multi-region services.replace(ALPHA)Create or Update multi-region service from YAML.update(ALPHA)Update environment variables, add/remove regions, and otherconfiguration settings in Multi-Region Services.update-traffic(ALPHA)Adjust the traffic assignments for a Cloud Run Multi-Regionservice.
- NOTES
- This command is currently in alpha and might change without notice. If thiscommand fails with API permission errors despite specifying the correct project,you might be trying to access an API with an invitation-only early accessallowlist. These variants are also available:
gcloudrunmulti-region-servicesgcloudbetarunmulti-region-services
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-14 UTC.