Skip to content

Deployment

deployment_variable_unset_env

Delete an environment-scope variable by key

Tool

deployment_variable_unset_env

Delete an environment-scope variable by key

Delete an environment-scope variable by key

Behavior

HTTP
DELETE /deployment/environments/:environmentId/variables/:key

Arguments

NameTypeRequiredDescription
keystringNo description in the catalog.
environmentIdstringNo description in the catalog.

Try it

Delete an environment-scope variable by key.

When to use

Delete an environment-scope variable by key

Example

Ask your agent something like this:

Delete an environment-scope variable by key.

The agent will invoke deployment_variable_unset_env with these arguments:

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

Esc

Start typing to search the docs.

navigateselect