Skip to content

Deployment

deployment_variable_unset

Delete a variable from a service by key

Tool

deployment_variable_unset

Delete a variable from a service by key

Delete a variable from a service by key

Behavior

HTTP
DELETE /deployment/services/:serviceId/variables/:key

Arguments

NameTypeRequiredDescription
keystringNo description in the catalog.
serviceIdstringNo description in the catalog.

Try it

Delete a variable from a service by key.

When to use

Delete a variable from a service by key

Example

Ask your agent something like this:

Delete a variable from a service by key.

The agent will invoke deployment_variable_unset with these arguments:

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

Esc

Start typing to search the docs.

navigateselect