HEX
Server: Apache/2.4.65 (Ubuntu)
System: Linux ielts-store-v2 6.8.0-1036-gcp #38~22.04.1-Ubuntu SMP Thu Aug 14 01:19:18 UTC 2025 x86_64
User: root (0)
PHP: 7.2.34-54+ubuntu20.04.1+deb.sury.org+1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: //snap/google-cloud-cli/396/help/man/man1/gcloud_beta_apigee_archives.1
.TH "GCLOUD_BETA_APIGEE_ARCHIVES" 1



.SH "NAME"
.HP
gcloud beta apigee archives \- manage Apigee archive deployments



.SH "SYNOPSIS"
.HP
\f5gcloud beta apigee archives\fR \fICOMMAND\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]



.SH "DESCRIPTION"

\fB(BETA)\fR Manage Apigee archive deployments.



.SH "EXAMPLES"

To deploy a local archive deployment remotely to the management plane in the
\f5\fItest\fR\fR environment, run:

.RS 2m
$ gcloud beta apigee archives deploy \-\-environment=test
.RE

To list all archive deployments in the \f5\fIdev\fR\fR environment, run:

.RS 2m
$ gcloud beta apigee archives list \-\-environment=dev
.RE

To describe the archive deployment with id \f5\fIabcdef01234\fR\fR in the
\f5\fIdemo\fR\fR environment of the \f5\fImy\-org\fR\fR Apigee organization,
run:

.RS 2m
$ gcloud beta apigee archives describe abcdef01234 \e
  \-\-environment=demo \-\-organization=my\-org
.RE

To update the labels of the archive deployment with id \f5\fIuvxwzy56789\fR\fR
in the \f5\fItest\fR\fR environment, run:

.RS 2m
$ gcloud beta apigee archives update uvxwzy56789 \e
  \-\-environment=demo \-\-update\-labels=foo=1,bar=2
.RE



.SH "GCLOUD WIDE FLAGS"

These flags are available to all commands: \-\-help.

Run \fB$ gcloud help\fR for details.



.SH "COMMANDS"

\f5\fICOMMAND\fR\fR is one of the following:

.RS 2m
.TP 2m
\fBdelete\fR

\fB(BETA)\fR Delete an Apigee archive deployment.

.TP 2m
\fBdeploy\fR

\fB(BETA)\fR Deploy an Apigee archive deployment to an environment.

.TP 2m
\fBdescribe\fR

\fB(BETA)\fR Describe an Apigee archive deployment.

.TP 2m
\fBlist\fR

\fB(BETA)\fR List Apigee archive deployments.

.TP 2m
\fBupdate\fR

\fB(BETA)\fR Update an existing Apigee archive deployment.


.RE
.sp

.SH "NOTES"

This command is currently in beta and might change without notice. This variant
is also available:

.RS 2m
$ gcloud alpha apigee archives
.RE