update_application_env
Modify an existing environment variable for an application, changing its key, value, or deployment settings like build time and preview.
Instructions
Update an existing environment variable for an application. This modifies the value or settings of an existing environment variable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | New environment variable name (optional if only updating value). | |
| value | No | New environment variable value (optional if only updating other properties). | |
| env_uuid | Yes | UUID of the environment variable to update. Get this from list_application_envs. | |
| is_literal | No | Whether the value should be treated as a literal string without variable substitution. | |
| is_preview | No | Whether this variable applies to preview deployments. | |
| is_build_time | No | Whether this variable should be available during build time. | |
| application_uuid | Yes | UUID of the application containing the environment variable. |