Cluster
Authorization
x-api-key x-api-key<token>
API key authentication. Use YOUR-GENERATED-API-KEY
In: header
Query Parameters
serverId?string
Response Body
application/json
application/json
curl -X GET "https://your-dokploy-instance.com/api/cluster.getNodes"{}{
"message": "string",
"code": "string",
"issues": [
{
"message": "string"
}
]
}Authorization
x-api-key x-api-key<token>
API key authentication. Use YOUR-GENERATED-API-KEY
In: header
Request Body
application/json
nodeId*string
serverId?string
[key: string]?never
Response Body
application/json
application/json
curl -X POST "https://your-dokploy-instance.com/api/cluster.removeWorker" \ -H "Content-Type: application/json" \ -d '{ "nodeId": "string" }'{}{
"message": "string",
"code": "string",
"issues": [
{
"message": "string"
}
]
}Authorization
x-api-key x-api-key<token>
API key authentication. Use YOUR-GENERATED-API-KEY
In: header
Query Parameters
serverId?string
Response Body
application/json
application/json
curl -X GET "https://your-dokploy-instance.com/api/cluster.addWorker"{}{
"message": "string",
"code": "string",
"issues": [
{
"message": "string"
}
]
}Authorization
x-api-key x-api-key<token>
API key authentication. Use YOUR-GENERATED-API-KEY
In: header
Query Parameters
serverId?string
Response Body
application/json
application/json
curl -X GET "https://your-dokploy-instance.com/api/cluster.addManager"{}{
"message": "string",
"code": "string",
"issues": [
{
"message": "string"
}
]
}