coolify_set_environment_variable
Set an environment variable on a resource with value redaction. Enable COOLIFY_ALLOW_ENV_WRITE to use this tool; the value is never returned in responses.
Instructions
Set an environment variable on a resource. DEFAULT DISABLED — COOLIFY_ALLOW_ENV_WRITE must be true. Value is NEVER returned in response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Environment variable key name | |
| value | Yes | Environment variable value (will be redacted in response) | |
| resource_uuid | Yes | Resource UUID | |
| environment_name | No | Environment name for production guard check |