gcloud apigee products

NAME
gcloud apigee products - manage Apigee API products
SYNOPSIS
gcloud apigee productsCOMMAND[GCLOUD_WIDE_FLAG]
DESCRIPTION
Manage Apigee API products.

gcloud apigee products manipulates 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:
gcloudapigeeproductslist

To create an API product namedmy-apis byanswering interactive prompts about its included proxies and access policies,run:

gcloudapigeeproductscreatemy-apis

To create an API product namedprod-apisthat makes every API proxy deployed to theprod environment publicly available, run:

gcloudapigeeproductscreateprod-apis--environments=prod--all-proxies--public-access

To get a JSON object describing an existing API product, run:

gcloudapigeeproductsdescribePRODUCT_NAME--organization=ORG_NAME--format=json

To add another API proxy to an existing API product, run:

gcloudapigeeproductsupdatePRODUCT_NAME--add-api=API_NAME

To edit the publicly visible name and description of an API product, run:

gcloudapigeeproductsupdatePRODUCT_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:

gcloudapigeeproductsupdatePRODUCT_NAME--public-access--automatic-approval

To delete an existing API product, run:

gcloudapigeeproductsdeletePRODUCT_NAME
GCLOUD WIDE FLAGS
These flags are available to all commands:--help.

Run$gcloud help for details.

COMMANDS
COMMAND is one of the following:
create
Create an Apigee API product.
delete
Delete an Apigee API product.
describe
Describe an Apigee API product.
list
List Apigee API products.
update
Update an existing Apigee API product.
NOTES
These variants are also available:
gcloudalphaapigeeproducts
gcloudbetaapigeeproducts

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.