- NAME
-
- gcloud beta deployment-manager deployments - commands for Deployment Manager deployments
- SYNOPSIS
-
-
gcloud beta deployment-manager deploymentsCOMMAND[GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
-
(BETA)Commands to create, update, delete, and examine deployments of resources. - EXAMPLES
- To create a deployment, run:
gcloud beta deployment-manager deployments create my-deployment --config config.yamlTo update a deployment, run:
gcloud beta deployment-manager deployments update my-deployment --config new_config.yamlTo stop a deployment create or update in progress, run:
gcloud beta deployment-manager deployments stop my-deploymentTo cancel a previewed create or update, run:
gcloud beta deployment-manager deployments cancel-preview my-deploymentTo delete a deployment, run:
gcloud beta deployment-manager deployments delete my-deploymentTo view the details of a deployment, run:
gcloud beta deployment-manager deployments describe my-deploymentTo see the list of all deployments, run:
gcloud beta deployment-manager deployments list - GCLOUD WIDE FLAGS
- These flags are available to all commands:
--help.Run
$ gcloud helpfor details. - COMMANDS
-
is one of the following:COMMAND-
cancel-preview -
(BETA)Cancel a pending or running deployment preview. -
create -
(BETA)Create a deployment. -
delete -
(BETA)Delete a deployment. -
describe -
(BETA)Provide information about a deployment. -
list -
(BETA)List deployments in a project. -
stop -
(BETA)Stop a pending or running deployment update or creation. -
update -
(BETA)Update a deployment based on a provided config file.
-
- NOTES
- This command is currently in beta and might change without notice. These
variants are also available:
gcloud deployment-manager deploymentsgcloud alpha deployment-manager deployments
gcloud beta deployment-manager deployments
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.

