GET
/
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

200
application/json

Get deployment(s) Uuid's

The response is of type object.