Understand the Coolify resource hierarchy and workflow
mainCoolify resources follow a strict hierarchy: Server → Project → Environment → (Application | Database | Service).
Smart Lookups
Most tools accept either a UUID or a human-friendly identifier (name, domain, or IP), so you can often skip manual UUID lookups.
Recommended Workflow
- Orient: Use
get_infrastructure_overviewfor a summary of everything orfind_issuesto scan for unhealthy resources. - Diagnose: Use
diagnose_appordiagnose_serverto get status, logs, and history before taking action. - Act: Use
control(start/stop/restart),deploy, or CRUD tools (application,database,service) to make changes. - Verify: Check
deploymentstatus orapplication_logsto ensure the resource is healthy after an action.