Coolify
Manage a Coolify instance over its REST API v1: list/get services (incl. docker_compose_raw) and applications, patch a service's compose, start/stop/restart applications, add persistent (named-volume) application storage, and trigger deploys/restarts. Mutations are audited, confirm-gated, and preceded by a live reachability pre-flight check.
| Argument | Type | Description |
|---|---|---|
| uuid | string | Service uuid |
| Argument | Type | Description |
|---|---|---|
| uuid | string | Service uuid |
| Argument | Type | Description |
|---|---|---|
| uuid | string | Service uuid to deploy |
| Argument | Type | Description |
|---|---|---|
| uuid | string | Service uuid |
| Argument | Type | Description |
|---|---|---|
| uuid | string | Application uuid |
| Argument | Type | Description |
|---|---|---|
| uuid | string | Application uuid |
| Argument | Type | Description |
|---|---|---|
| uuid | string | Application uuid |
| name | string | Storage name (label in Coolify) |
Resources
v2026.07.12.2: getApplication captures the full Coolify application record verbatim (raw) plus curated fields incl. dockerImageTag/buildPack; listApplications summary gains dockerImageTag.
v2026.07.12.1: application surface — listApplications, getApplication, controlApplication (start/stop/restart, confirm-gated, audited). deploy remains the app pull-latest path. Additive; services unchanged.
Modified 1 models
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned