GET
/
applications
/
{uuid}
/
start
curl --request GET \
  --url https://app.coolify.io/api/v1/applications/{uuid}/start \
  --header 'Authorization: Bearer <token>'
{
  "message": "Deployment request queued.",
  "deployment_uuid": "doogksw"
}

Authorizations

Authorization
string
header
required

Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.

Path Parameters

uuid
string
required

UUID of the application.

Query Parameters

force
boolean
default:false

Force rebuild.

instant_deploy
boolean
default:false

Instant deploy (skip queuing).

Response

200
application/json

Start application.

The response is of type object.