API server
https://app.coolify.io/api/v1Runs docker compose up for a single compose service (no-deps), optionally pulling the image and rebuilding.
Authorization
bearerAuth AuthorizationBearer <token>
Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.
In: header
Path Parameters
uuid*string
app_uuid*string
Query Parameters
force?boolean
Default
falselatest?boolean
Default
falseResponse Body
application/json
application/json
application/json
application/json
curl -X POST "https://app.coolify.io/api/v1/services/string/applications/string/start"{ "message": "string"}{ "message": "Invalid token."}{ "message": "Unauthenticated."}{ "message": "Resource not found."}Empty
