GET
/
deploy
curl --request GET \
  --url https://app.coolify.io/v1/deploy \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
headerrequired

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

Query Parameters

uuid
string
required

The resource to deploy by UUID. Could be a comma separated list of UUIDs.

tag
string
required

The resource to deploy by tag. Could be a comma separated list of tags.