- NAME
-
- gcloud alpha apigee apis - manage Apigee API proxies
- SYNOPSIS
-
-
gcloud alpha apigee apis
COMMAND
[GCLOUD_WIDE_FLAG …
]
-
- DESCRIPTION
-
(ALPHA)
Manage Apigee API proxies. - EXAMPLES
-
To list all the API proxies in the active Cloud Platform project, run:
gcloud alpha apigee apis list
To get details about a specific API proxy in a specific Apigee organization, run:
gcloud alpha apigee apis describe PROXY_NAME --organization=ORG_NAME
To get a JSON object containing revision-level details about an API proxy, run:
gcloud alpha apigee apis describe PROXY_NAME --verbose --format=json
To deploy the most recent revision of an API proxy into the
deployment environment, run:eval
gcloud alpha apigee apis deploy --api=PROXY_NAME --environment=eval
To deploy the first revision of that API proxy into the
deployment environment, run:release
gcloud alpha apigee apis deploy 1 --api=PROXY_NAME --environment=release
To undeploy whatever revision of PROXY_NAME is currently deployed in ENVIRONMENT, run:
gcloud alpha apigee apis undeploy --api=PROXY_NAME --environment=ENVIRONMENT
- GCLOUD WIDE FLAGS
-
These flags are available to all commands:
--help
.Run
$ gcloud help
for details. - COMMANDS
-
is one of the following:COMMAND
- 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:
gcloud apigee apis
gcloud beta apigee apis
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-06 UTC.