File: //snap/google-cloud-cli/396/help/man/man1/gcloud_beta_dataflow_jobs_cancel.1
.TH "GCLOUD_BETA_DATAFLOW_JOBS_CANCEL" 1
.SH "NAME"
.HP
gcloud beta dataflow jobs cancel \- cancels all jobs that match the command line arguments
.SH "SYNOPSIS"
.HP
\f5gcloud beta dataflow jobs cancel\fR \fIJOB_ID\fR [\fIJOB_ID\fR\ ...] [\fB\-\-force\fR] [\fB\-\-region\fR=\fIREGION_ID\fR] [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
\fB(BETA)\fR Cancels all jobs that match the command line arguments.
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
\fIJOB_ID\fR [\fIJOB_ID\fR ...]
Job IDs to operate on.
.RE
.sp
.SH "FLAGS"
.RS 2m
.TP 2m
\fB\-\-force\fR
Forcibly cancels a Dataflow job. Regular cancel must have been attempted at
least 30 minutes prior for a job to be force cancelled.
.TP 2m
\fB\-\-region\fR=\fIREGION_ID\fR
Region ID of the jobs' regional endpoint. Defaults to 'us\-central1'.
.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 beta and might change without notice. This variant
is also available:
.RS 2m
$ gcloud dataflow jobs cancel
.RE