gcloud alpha run GROUP | COMMAND [GCLOUD_WIDE_FLAG …]
(ALPHA) The gcloud run command group lets you deploy container
images to Google Cloud Run.
gcloud run deploy command:
gcloud run deploy <service-name> --image <image_name>For more information, run:
gcloud run deploy --help--help.
Run $ gcloud help for details.
is one of the following:
GROUP
compose(ALPHA) Support Docker Compose workflows on Cloud Run.
domain-mappings(ALPHA) View and manage your Cloud Run domain mappings.
instances(ALPHA) View and manage your Cloud Run instances.
jobs(ALPHA) View and manage your Cloud Run jobs.
multi-region-services(ALPHA) Manage your Cloud Run multi-region services.
regions(ALPHA) View available Cloud Run (fully managed) regions.
revisions(ALPHA) View and manage your Cloud Run revisions.
services(ALPHA) View and manage your Cloud Run services.
worker-pools(ALPHA) View and manage your Cloud Run worker pools.
is one of the following:
COMMAND
deploy(ALPHA) Create or update a Cloud Run service.
gcloud rungcloud beta run
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.