gcloud beta deployment-manager deployments

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 deploymentsof resources.
EXAMPLES
To create a deployment, run:
gcloudbetadeployment-managerdeploymentscreatemy-deployment--configconfig.yaml

To update a deployment, run:

gcloudbetadeployment-managerdeploymentsupdatemy-deployment--confignew_config.yaml

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

gcloudbetadeployment-managerdeploymentsstopmy-deployment

To cancel a previewed create or update, run:

gcloudbetadeployment-managerdeploymentscancel-previewmy-deployment

To delete a deployment, run:

gcloudbetadeployment-managerdeploymentsdeletemy-deployment

To view the details of a deployment, run:

gcloudbetadeployment-managerdeploymentsdescribemy-deployment

To see the list of all deployments, run:

gcloudbetadeployment-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
(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. Thesevariants are also available:
gclouddeployment-managerdeployments
gcloudalphadeployment-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.