File: //snap/google-cloud-cli/current/help/man/man1/gcloud_beta_dataflow_jobs_archive.1
.TH "GCLOUD_BETA_DATAFLOW_JOBS_ARCHIVE" 1
.SH "NAME"
.HP
gcloud beta dataflow jobs archive \- archives a job
.SH "SYNOPSIS"
.HP
\f5gcloud beta dataflow jobs archive\fR \fIJOB_ID\fR [\fB\-\-region\fR=\fIREGION_ID\fR] [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
\fB(BETA)\fR Archives a single job. The job must be in a terminal state,
otherwise the request will be rejected.
This command will require confirmation to run.
.SH "EXAMPLES"
To archive job \f52025\-03\-15_14_23_56\-1234567890123456\fR, run:
.RS 2m
$ gcloud beta dataflow jobs archive \e
2025\-03\-15_14_23_56\-1234567890123456
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
\fIJOB_ID\fR
Job ID to operate on.
.RE
.sp
.SH "FLAGS"
.RS 2m
.TP 2m
\fB\-\-region\fR=\fIREGION_ID\fR
Region ID of the job's 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 archive
.RE