Dokploy
Generated

Deployment

GET
/deployment.all

Deployment all

/deployment.all

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

Query Parameters

applicationId
Required
string

Minimum length: 1
curl -X GET "http://your-dokploy-instance.com/api/deployment.all?applicationId=string" \
  -H "Authorization: Bearer <token>"

Successful response

GET
/deployment.allByCompose

Deployment all By Compose

/deployment.allByCompose

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

Query Parameters

composeId
Required
string

Minimum length: 1
curl -X GET "http://your-dokploy-instance.com/api/deployment.allByCompose?composeId=string" \
  -H "Authorization: Bearer <token>"

Successful response

GET
/deployment.allByServer

Deployment all By Server

/deployment.allByServer

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

Query Parameters

serverId
Required
string

Minimum length: 1
curl -X GET "http://your-dokploy-instance.com/api/deployment.allByServer?serverId=string" \
  -H "Authorization: Bearer <token>"

Successful response