gcloud deployment-manager deployments

NAME
gcloud deployment-manager deployments - commands for Deployment Manager deployments
SYNOPSIS
gcloud deployment-manager deploymentsCOMMAND[GCLOUD_WIDE_FLAG]
DESCRIPTION
Commands to create, update, delete, and examine deployments of resources.
EXAMPLES
To create a deployment, run:
gclouddeployment-managerdeploymentscreatemy-deployment--configconfig.yaml

To update a deployment, run:

gclouddeployment-managerdeploymentsupdatemy-deployment--confignew_config.yaml

To stop a deployment create or update in progress, run:

gclouddeployment-managerdeploymentsstopmy-deployment

To cancel a previewed create or update, run:

gclouddeployment-managerdeploymentscancel-previewmy-deployment

To delete a deployment, run:

gclouddeployment-managerdeploymentsdeletemy-deployment

To view the details of a deployment, run:

gclouddeployment-managerdeploymentsdescribemy-deployment

To see the list of all deployments, run:

gclouddeployment-managerdeploymentslist
GCLOUD WIDE FLAGS
These flags are available to all commands:--help.

Run$gcloud help for details.

COMMANDS
COMMAND is one of the following:
cancel-preview
Cancel a pending or running deployment preview.
create
Create a deployment.
delete
Delete a deployment.
describe
Provide information about a deployment.
list
List deployments in a project.
stop
Stop a pending or running deployment update or creation.
update
Update a deployment based on a provided config file.
NOTES
These variants are also available:
gcloudalphadeployment-managerdeployments
gcloudbetadeployment-managerdeployments

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-05-07 UTC.