Dokploy
Generated

Cluster

GET
/cluster.getNodes

Cluster get Nodes

/cluster.getNodes

The Authorization access token

Authorization

Authorization<token>

API key authentication using Authorization header

In: header

Query Parameters

serverIdstring

curl -X GET "https://your-dokploy-instance.com/api/cluster.getNodes?serverId=string" \
  -H "Authorization: <token>"

Successful response

{}

POST
/cluster.removeWorker

Cluster remove Worker

/cluster.removeWorker

The Authorization access token

Authorization

Authorization<token>

API key authentication using Authorization header

In: header

Request Body

application/jsonRequired

nodeId
Required
string

serverIdstring

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

Successful response

{}

GET
/cluster.addWorker

Cluster add Worker

/cluster.addWorker

The Authorization access token

Authorization

Authorization<token>

API key authentication using Authorization header

In: header

Query Parameters

serverIdstring

curl -X GET "https://your-dokploy-instance.com/api/cluster.addWorker?serverId=string" \
  -H "Authorization: <token>"

Successful response

{}

GET
/cluster.addManager

Cluster add Manager

/cluster.addManager

The Authorization access token

Authorization

Authorization<token>

API key authentication using Authorization header

In: header

Query Parameters

serverIdstring

curl -X GET "https://your-dokploy-instance.com/api/cluster.addManager?serverId=string" \
  -H "Authorization: <token>"

Successful response

{}