delete_environment
Remove an environment from a Coolify project. Provide the project UUID and environment name or UUID; confirm deletion if required.
Instructions
Delete an environment. When COOLIFY_REQUIRE_CONFIRM=true, requires confirm: true parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_uuid | Yes | Project UUID | |
| environment_name_or_uuid | Yes | Environment name or UUID | |
| confirm | No | Confirm the dangerous operation (required when COOLIFY_REQUIRE_CONFIRM=true) |