Skip to content

Deployment

deployment_variable_set_product

Create or update a product-scope global variable

Tool

deployment_variable_set_product

Create or update a product-scope global variable

Create or update a product-scope global variable

Behavior

HTTP
PUT /deployment/product/variables/:key

Arguments

NameTypeRequiredDescription
keystringNo description in the catalog.
valuestringNo description in the catalog.
isSecretbooleanNo description in the catalog.

Response

FieldTypeAlwaysDescription
idstring
keystring
scopestring
valuestring
isSecretboolean
createdAtstring
serviceIdstring
updatedAtstring
environmentIdstring

Try it

Create or update a product-scope global variable.

When to use

Create or update a product-scope global variable

Example

Ask your agent something like this:

Create or update a product-scope global variable.

The agent will invoke deployment_variable_set_product with these arguments:

{
  "key": "<key>",
  "value": "<value>"
}

Esc

Start typing to search the docs.

navigateselect