List Application Environment Variables
coolify_list_app_envsList all environment variables for a Coolify application, with masked secrets by default. Optionally reveal plaintext values.
Instructions
List all environment variables for an application. Values of secrets may be masked by Coolify.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Application UUID | |
| reveal | No | Return plaintext values (default: false — values are masked as ***) | |
| instance | No | Coolify instance to target: 'prod' (Hetzner VPS) or 'dev' (local OrbStack VM). Defaults to prod. | prod |