update_application_env
Update an environment variable for a Coolify application. Provide the variable key and value to modify the app's environment.
Instructions
Update an environment variable for an application
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Application UUID | |
| key | Yes | Environment variable key | |
| value | No | Environment variable value | |
| is_preview | No | Use in preview deployments | |
| is_literal | No | Is literal value | |
| is_multiline | No | Is multiline value |