Delete Application Environment Variable
coolify_delete_app_envRemove an environment variable from a Coolify application by providing the application and environment variable UUIDs, with explicit instance selection to prevent accidental changes.
Instructions
Remove an environment variable from an application.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Application UUID | |
| reveal | No | Reveal redacted secret values in the response (default false; the call is audited) | |
| env_uuid | Yes | Environment variable UUID | |
| instance | Yes | REQUIRED — which Coolify instance to mutate: 'prod' (Hetzner VPS) or 'dev' (local OrbStack VM). No default: state the target explicitly so a write never lands on prod by accident. |