gcloud alpha deployment-manager deployments Stay organized with collections Save and categorize content based on your preferences.
- NAME
- gcloud alpha deployment-manager deployments - commands for Deployment Manager deployments
- SYNOPSIS
gcloud alpha deployment-manager deploymentsCOMMAND[GCLOUD_WIDE_FLAG …]
- DESCRIPTION
(ALPHA)Commands to create, update, delete, and examine deploymentsof resources.- EXAMPLES
- To create a deployment, run:
gcloudalphadeployment-managerdeploymentscreatemy-deployment--configconfig.yamlTo update a deployment, run:
gcloudalphadeployment-managerdeploymentsupdatemy-deployment--confignew_config.yamlTo stop a deployment create or update in progress, run:
gcloudalphadeployment-managerdeploymentsstopmy-deploymentTo cancel a previewed create or update, run:
gcloudalphadeployment-managerdeploymentscancel-previewmy-deploymentTo delete a deployment, run:
gcloudalphadeployment-managerdeploymentsdeletemy-deploymentTo view the details of a deployment, run:
gcloudalphadeployment-managerdeploymentsdescribemy-deploymentTo see the list of all deployments, run:
gcloudalphadeployment-managerdeploymentslist - GCLOUD WIDE FLAGS
- These flags are available to all commands:
--help.Run
$gcloud helpfor details. - COMMANDS
is one of the following:COMMANDcancel-preview(ALPHA)Cancel a pending or running deployment preview.create(ALPHA)Create a deployment.delete(ALPHA)Delete a deployment.describe(ALPHA)Provide information about a deployment.list(ALPHA)List deployments in a project.stop(ALPHA)Stop a pending or running deployment update or creation.update(ALPHA)Update a deployment based on a provided config file.
- NOTES
- This command is currently in alpha and might change without notice. If thiscommand fails with API permission errors despite specifying the correct project,you might be trying to access an API with an invitation-only early accessallowlist. These variants are also available:
gclouddeployment-managerdeploymentsgcloudbetadeployment-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.