gcloud alpha deployment-manager deployments stop Stay organized with collections Save and categorize content based on your preferences.
- NAME
- gcloud alpha deployment-manager deployments stop - stop a pending or running deployment update or creation
- SYNOPSIS
gcloud alpha deployment-manager deployments stopDEPLOYMENT_NAME[--async][--fingerprint=FINGERPRINT][GCLOUD_WIDE_FLAG …]
- DESCRIPTION
(ALPHA)This command will stop a currently running or pendingoperation on a deployment.- EXAMPLES
- To stop a running operation on a deployment, run:
gcloudalphadeployment-managerdeploymentsstopmy-deploymentTo issue a stop command without waiting for the operation to complete, run:
gcloudalphadeployment-managerdeploymentsstopmy-deployment--asyncTo stop a running operation on a deployment providing a fingerprint, run:
gcloudalphadeployment-managerdeploymentsstopmy-deployment--fingerprint=deployment-fingerprint - POSITIONAL ARGUMENTS
DEPLOYMENT_NAME- Deployment name.
- FLAGS
--async- Return immediately, without waiting for the operation in progress to complete.
--fingerprint=FINGERPRINT- The fingerprint to use in requests to modify a deployment. If not specified, aget deployment request will be made to fetch the latest fingerprint. Afingerprint is a randomly generated value that is part of the update, stop, andcancel-preview request to perform optimistic locking. It is initially generatedby Deployment Manager and changes after every request to modify data. The latestfingerprint is printed when deployment data is modified.
- GCLOUD WIDE FLAGS
- These flags are available to all commands:
--access-token-file,--account,--billing-project,--configuration,--flags-file,--flatten,--format,--help,--impersonate-service-account,--log-http,--project,--quiet,--trace-token,--user-output-enabled,--verbosity.Run
$gcloud helpfor details. - 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-managerdeploymentsstopgcloudbetadeployment-managerdeploymentsstop
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.