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_apigee_deployments_describe.1
.TH "GCLOUD_APIGEE_DEPLOYMENTS_DESCRIBE" 1



.SH "NAME"
.HP
gcloud apigee deployments describe \- describe an Apigee API proxy deployment



.SH "SYNOPSIS"
.HP
\f5gcloud apigee deployments describe\fR [[\fIREVISION\fR]\ \fB\-\-api\fR=\fIAPI\fR\ \fB\-\-environment\fR=\fIENVIRONMENT\fR\ \fB\-\-organization\fR=\fIORGANIZATION\fR] [\fIGCLOUD_WIDE_FLAG\ ...\fR]



.SH "DESCRIPTION"

Describe an Apigee API proxy deployment.

\f5gcloud apigee deployments describe\fR retrieves the status of a specific API
proxy's deployment to a specific environment.



.SH "EXAMPLES"

To get the status of a deployment in the active Cloud Platform project, which
deploys \f5\fImy\-proxy\fR\fR into the \f5\fIprod\fR\fR environment, run:

.RS 2m
$ gcloud apigee deployments describe \-\-api=my\-proxy \e
  \-\-environment=prod
.RE

To get the status of that deployment as a JSON object, run:

.RS 2m
$ gcloud apigee deployments describe \-\-api=my\-proxy \e
  \-\-environment=prod \-\-format=json
.RE

To get the status of a deployment in an organization called \f5\fImy\-org\fR\fR,
which deploys version 3 of the proxy \f5\fImy\-proxy\fR\fR into the
\f5\fItest\fR\fR environment, run:

.RS 2m
$ gcloud apigee deployments describe 3 \-\-organization=my\-org \e
  \-\-environment=test \-\-api=my\-proxy
.RE



.SH "POSITIONAL ARGUMENTS"

.RS 2m
.TP 2m

Revision resource \- API proxy revision and environment of the deployment to be
described.


To get a list of deployed proxies and their environments, run:

.RS 2m
$ gcloud apigee deployments list
.RE

REVISION can either be a positive revision number, or the special value
\f5\fIauto\fR\fR, which will choose whichever revision of API is currently
deployed in ENVIRONMENT, or return an error if more than one revision is
deployed.


.RE
.sp
If REVISION is unspecified, the default is \f5\fIauto\fR\fR.

.RS 2m
The arguments in this group can be used to specify the attributes of this resource.
.RE


.RS 2m
.TP 2m
[\fIREVISION\fR]

ID of the revision or fully qualified identifier for the revision.

To set the \f5revision\fR attribute:
.RS 2m
.IP "\(bu" 2m
provide the argument \f5REVISION\fR on the command line;
.RS 2m
.IP "\(bu" 2m
leave the argument unspecified for it to be chosen automatically.
.RE
.sp

.TP 2m
\fB\-\-api\fR=\fIAPI\fR

Deployed API proxy.

To set the \f5api\fR attribute:
.RS 2m
.IP "\(bu" 2m
provide the argument \f5REVISION\fR on the command line with a fully specified
name;
.IP "\(bu" 2m
leave the argument unspecified for it to be chosen automatically with a fully
specified name;
.IP "\(bu" 2m
provide the argument \f5\-\-api\fR on the command line.
.RE
.sp

.TP 2m
\fB\-\-environment\fR=\fIENVIRONMENT\fR

Environment in which the proxy was deployed.

To set the \f5environment\fR attribute:
.RS 2m
.IP "\(bu" 2m
provide the argument \f5REVISION\fR on the command line with a fully specified
name;
.IP "\(bu" 2m
leave the argument unspecified for it to be chosen automatically with a fully
specified name;
.IP "\(bu" 2m
provide the argument \f5\-\-environment\fR on the command line.
.RE
.sp

.TP 2m
\fB\-\-organization\fR=\fIORGANIZATION\fR

Apigee Organization of the proxy and environment. If unspecified, the Cloud
Platform project's associated organization will be used.

To set the \f5organization\fR attribute:
.RS 2m
.IP "\(bu" 2m
provide the argument \f5REVISION\fR on the command line with a fully specified
name;
.IP "\(bu" 2m
leave the argument unspecified for it to be chosen automatically with a fully
specified name;
.IP "\(bu" 2m
provide the argument \f5\-\-organization\fR on the command line;
.IP "\(bu" 2m
set the property [project] or provide the argument [\-\-project] on the command
line, using a Cloud Platform project with an associated Apigee organization.
.RE
.sp


.RE
.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"

These variants are also available:

.RS 2m
$ gcloud alpha apigee deployments describe
.RE

.RS 2m
$ gcloud beta apigee deployments describe
.RE