Skip to main content
GET
/
deploy
Deploy
curl --request GET \
  --url https://app.coolify.io/api/v1/deploy \
  --header 'Authorization: Bearer <token>'
{
  "deployments": [
    {
      "message": "<string>",
      "resource_uuid": "<string>",
      "deployment_uuid": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

tag
string

Tag name(s). Comma separated list is also accepted.

uuid
string

Resource UUID(s). Comma separated list is also accepted.

force
boolean

Force rebuild (without cache)

Response

Get deployment(s) Uuid's

deployments
object[]
I