| name | coolify |
| description | Manage Coolify deployments, resources, and servers via the coolify CLI. Use when user asks about deployments, server status, resource health, or wants to deploy/manage services on Coolify. |
Coolify CLI
Interact with Coolify infrastructure using the coolify CLI tool (v1.4+).
Common workflows
List all resources (apps, services, databases)
coolify resource list --format json
List applications
coolify app list --format table
Deploy a resource by name
coolify deploy name <resource-name>
List deployments for an app
coolify app deployments list <app-uuid> --format table
Get app details
coolify app get <app-uuid> --format pretty
Check global deployment status
coolify deploy list --format json
Server info
coolify server list --format json
Switch context
coolify context list
Output
- Use
--format json for parsing, --format table for display
- Use
--format pretty for detailed single-resource views
Discovering commands
The CLI is self-documenting. When unsure about subcommands or flags, explore with --help:
coolify --help
coolify app --help
coolify app deployments --help
coolify <command> <subcommand> --help
Always check --help before guessing flags or subcommand names.
Notes
- When deploying, confirm the resource name with the user before triggering
- After deploy, check deployment status to verify success