gcloud alpha apigee products Stay organized with collections Save and categorize content based on your preferences.
- NAME
- gcloud alpha apigee products - manage Apigee API products
- SYNOPSIS
gcloud alpha apigee productsCOMMAND[GCLOUD_WIDE_FLAG …]
- DESCRIPTION
(ALPHA)Manage Apigee API products.gcloud alpha apigee productsmanipulates API products. These arecollections of deployed API resources, combined with quota settings andmetadata, used to deliver customized and productized API bundles to thedeveloper community.- EXAMPLES
- To list all API products in the active Cloud Platform project, run:
gcloudalphaapigeeproductslistTo create an API product named
byanswering interactive prompts about its included proxies and access policies,run:my-apisgcloudalphaapigeeproductscreatemy-apisTo create an API product named
that makes every API proxy deployed to theprod-apisenvironment publicly available, run:prodgcloudalphaapigeeproductscreateprod-apis--environments=prod--all-proxies--public-accessTo get a JSON object describing an existing API product, run:
gcloudalphaapigeeproductsdescribePRODUCT_NAME--organization=ORG_NAME--format=jsonTo add another API proxy to an existing API product, run:
gcloudalphaapigeeproductsupdatePRODUCT_NAME--add-api=API_NAMETo edit the publicly visible name and description of an API product, run:
gcloudalphaapigeeproductsupdatePRODUCT_NAME--display-name="New Name"--description="A new description of this product."To make an existing product publicly visible and automatically allow developersaccess to it, run:
gcloudalphaapigeeproductsupdatePRODUCT_NAME--public-access--automatic-approvalTo delete an existing API product, run:
gcloudalphaapigeeproductsdeletePRODUCT_NAME - GCLOUD WIDE FLAGS
- These flags are available to all commands:
--help.Run
$gcloud helpfor details. - COMMANDS
is one of the following:COMMAND- NOTES
- This command is currently in alpha and might change without notice. If thiscommand fails with API permission errors despite specifying the correct project,you might be trying to access an API with an invitation-only early accessallowlist. These variants are also available:
gcloudapigeeproductsgcloudbetaapigeeproducts
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.