gcloud beta apigee apis

NAME
gcloud beta apigee apis - manage Apigee API proxies
SYNOPSIS
gcloud beta apigee apisCOMMAND[GCLOUD_WIDE_FLAG]
DESCRIPTION
(BETA) Manage Apigee API proxies.
EXAMPLES
To list all the API proxies in the active Cloud Platform project, run:
gcloudbetaapigeeapislist

To get details about a specific API proxy in a specific Apigee organization,run:

gcloudbetaapigeeapisdescribePROXY_NAME--organization=ORG_NAME

To get a JSON object containing revision-level details about an API proxy, run:

gcloudbetaapigeeapisdescribePROXY_NAME--verbose--format=json

To deploy the most recent revision of an API proxy into theeval deployment environment, run:

gcloudbetaapigeeapisdeploy--api=PROXY_NAME--environment=eval

To deploy the first revision of that API proxy into therelease deployment environment, run:

gcloudbetaapigeeapisdeploy1--api=PROXY_NAME--environment=release

To undeploy whatever revision of PROXY_NAME is currently deployed inENVIRONMENT, run:

gcloudbetaapigeeapisundeploy--api=PROXY_NAME--environment=ENVIRONMENT
GCLOUD WIDE FLAGS
These flags are available to all commands:--help.

Run$gcloud help for details.

COMMANDS
COMMAND is one of the following:
deploy
(BETA) Deploy an API proxy to an environment.
describe
(BETA) Describe an Apigee API proxy.
list
(BETA) List Apigee API proxies.
undeploy
(BETA) Undeploy an Apigee API proxy from an environment.
NOTES
This command is currently in beta and might change without notice. Thesevariants are also available:
gcloudapigeeapis
gcloudalphaapigeeapis

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-05-07 UTC.