- NAME
-
- gcloud apigee - manage Apigee resources
- SYNOPSIS
-
-
gcloud apigeeGROUP[GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
- Manage Apigee resources.
- EXAMPLES
- To list API proxies in the active Cloud Platform project, run:
gcloud apigee apis listTo deploy an API proxy named
to thehello-worldenvironment, run:testgcloud apigee apis deploy --environment = test --api = hello-worldTo get the status of that deployment, run:
gcloud apigee deployments describe --environment = test --api = hello-worldTo undeploy that API proxy, run:
gcloud apigee apis undeploy --environment = test --api = hello-world - GCLOUD WIDE FLAGS
- These flags are available to all commands:
--help.Run
$ gcloud helpfor details. - GROUPS
-
is one of the following:GROUP-
apis - Manage Apigee API proxies.
-
applications - Manage third-party applications which call Apigee API proxies.
-
deployments - Manage deployments of Apigee API proxies in runtime environments.
-
developers - Manage Apigee developers.
-
environments - Manage Apigee environments.
-
organizations - Manage Apigee organizations.
-
products - Manage Apigee API products.
-
- NOTES
- These variants are also available:
gcloud alpha apigeegcloud beta apigee
gcloud apigee
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 2026-05-27 UTC.

