Dokploy
Generated

Cluster

GET
/cluster.getNodes

Cluster get Nodes

/cluster.getNodes

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

curl -X GET "http://your-dokploy-instance.com/api/cluster.getNodes" \
  -H "Authorization: Bearer <token>"

Successful response

POST
/cluster.removeWorker

Cluster remove Worker

/cluster.removeWorker

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

Request Body

application/jsonRequired

nodeId
Required
string

curl -X POST "http://your-dokploy-instance.com/api/cluster.removeWorker" \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "nodeId": "string"
  }'

Successful response

GET
/cluster.addWorker

Cluster add Worker

/cluster.addWorker

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

curl -X GET "http://your-dokploy-instance.com/api/cluster.addWorker" \
  -H "Authorization: Bearer <token>"

Successful response

GET
/cluster.addManager

Cluster add Manager

/cluster.addManager

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

curl -X GET "http://your-dokploy-instance.com/api/cluster.addManager" \
  -H "Authorization: Bearer <token>"

Successful response