File: //snap/google-cloud-cli/396/help/man/man1/gcloud_alpha_deployment-manager_deployments_stop.1
.TH "GCLOUD_ALPHA_DEPLOYMENT\-MANAGER_DEPLOYMENTS_STOP" 1
.SH "NAME"
.HP
gcloud alpha deployment\-manager deployments stop \- stop a pending or running deployment update or creation
.SH "SYNOPSIS"
.HP
\f5gcloud alpha deployment\-manager deployments stop\fR \fIDEPLOYMENT_NAME\fR [\fB\-\-async\fR] [\fB\-\-fingerprint\fR=\fIFINGERPRINT\fR] [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
\fB(ALPHA)\fR This command will stop a currently running or pending operation on
a deployment.
.SH "EXAMPLES"
To stop a running operation on a deployment, run:
.RS 2m
$ gcloud alpha deployment\-manager deployments stop my\-deployment
.RE
To issue a stop command without waiting for the operation to complete, run:
.RS 2m
$ gcloud alpha deployment\-manager deployments stop my\-deployment \e
\-\-async
.RE
To stop a running operation on a deployment providing a fingerprint, run:
.RS 2m
$ gcloud alpha deployment\-manager deployments stop my\-deployment \e
\-\-fingerprint=deployment\-fingerprint
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
\fIDEPLOYMENT_NAME\fR
Deployment name.
.RE
.sp
.SH "FLAGS"
.RS 2m
.TP 2m
\fB\-\-async\fR
Return immediately, without waiting for the operation in progress to complete.
.TP 2m
\fB\-\-fingerprint\fR=\fIFINGERPRINT\fR
The fingerprint to use in requests to modify a deployment. If not specified, a
get deployment request will be made to fetch the latest fingerprint. A
fingerprint is a randomly generated value that is part of the update, stop, and
cancel\-preview request to perform optimistic locking. It is initially generated
by Deployment Manager and changes after every request to modify data. The latest
fingerprint is printed when deployment data is modified.
.RE
.sp
.SH "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 \fB$ gcloud help\fR for details.
.SH "NOTES"
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct project,
you might be trying to access an API with an invitation\-only early access
allowlist. These variants are also available:
.RS 2m
$ gcloud deployment\-manager deployments stop
.RE
.RS 2m
$ gcloud beta deployment\-manager deployments stop
.RE