Update env var
updateEnvModify a specific environment variable for a Coolify application by providing its UUID, key, and new value, with options for literal, preview, multiline, or one-time display.
Instructions
Update an existing environment variable for an application.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| uuid | Yes | ||
| value | Yes | ||
| is_literal | No | ||
| is_preview | No | ||
| is_multiline | No | ||
| is_shown_once | No |