Delete Project Environment
coolify_delete_environmentDelete an environment and all its resources from a Coolify project to clean up unused infrastructure.
Instructions
Delete an environment from a project. WARNING: All resources in this environment will be removed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reveal | No | Reveal redacted secret values in the response (default false; the call is audited) | |
| 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. | |
| project_uuid | Yes | UUID of the parent project | |
| environment_name | Yes | Name of the environment to delete |