- NAME
-
- gcloud run services - view and manage your Cloud Run services
- SYNOPSIS
-
-
gcloud run services
GROUP
|COMMAND
[--region
=REGION
] [GCLOUD_WIDE_FLAG …
]
-
- DESCRIPTION
-
This set of commands can be used to view and manage your existing Cloud Run
services.
To create new deployments, use
gcloud run deploy
. - EXAMPLES
-
To list your deployed services, run:
gcloud run services list
- 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 help
for details. - GROUPS
-
is one of the following:GROUP
logs
- Read logs for Cloud Run services.
- COMMANDS
-
is one of the following:COMMAND
add-iam-policy-binding
- Add IAM policy binding to a Cloud Run service.
delete
- Delete a service.
describe
- Obtain details about a given service.
get-iam-policy
- Get the IAM policy for a Cloud Run service.
list
- List available services.
proxy
- Proxy a service to localhost authenticating as the active account or with the specified token.
remove-iam-policy-binding
- Remove IAM policy binding of a Cloud Run service.
replace
- Create or replace a service from a YAML service specification.
set-iam-policy
- Set the IAM policy for a service.
update
- Update Cloud Run environment variables and other configuration settings.
update-traffic
- Adjust the traffic assignments for a Cloud Run service.
- NOTES
-
These variants are also available:
gcloud alpha run services
gcloud beta run services
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 2024-10-22 UTC.