coolify_create_service_env
Add a new environment variable to a Coolify service by specifying its key, value, and optional settings like preview-only or multiline.
Instructions
[WRITE] Create a new environment variable for a Coolify service
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Variable name (e.g. DATABASE_URL) | |
| uuid | Yes | UUID of the service | |
| value | Yes | Variable value | |
| comment | No | Comment or note for this variable | |
| is_literal | No | Do not interpolate/expand the value | |
| is_preview | No | Only for preview deployments | |
| is_multiline | No | Value contains newlines | |
| is_shown_once | No | Value is only shown once then hidden |