emergency
Stop all, redeploy, or restart Coolify projects in bulk for urgent incidents. Requires explicit confirmation for destructive actions.
Instructions
Emergency and bulk operations (stop_all, redeploy_project, restart_project). Actions: stop_all(confirm) · redeploy_project(project_uuid?, project_name?, confirm, force?, wait?) · restart_project(project_uuid?, project_name?, confirm) Safety: confirm for destructive ops · optional instance
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | Poll each deployment to terminal — ask the human before enabling | |
| force | No | Force rebuild without cache (mirror P4 application.deploy) | |
| action | Yes | The action to run | |
| format | No | Output format (default pretty) | |
| confirm | No | Explicit confirmation required | |
| timeout | No | Per-app wait timeout in seconds | |
| instance | No | Coolify instance name from registry (optional — uses env credentials or registry default) | |
| max_chars | No | Max formatted output characters (default 16000) | |
| project_name | No | Project name substring (case-insensitive contains-match) | |
| project_uuid | No | Project UUID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| _meta | No | ||
| error | No | ||
| _size_warning | No | ||
| _formattedText | No |