Delete Service Environment Variable
coolify_delete_service_envRemove an environment variable from a Coolify service by providing the service UUID and environment variable UUID. Specify the target instance to prevent accidental writes on production.
Instructions
Remove an environment variable from a Coolify service (docker-compose apps).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Service 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. |