coolify_create_database_env
Add a new environment variable to a Coolify database by specifying its UUID, key, and value. Configure options like visibility, preview-only, or multiline content.
Instructions
[WRITE] Create a new environment variable for a Coolify database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Variable name (e.g. POSTGRES_PASSWORD) | |
| uuid | Yes | UUID of the database | |
| 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 |