Dokploy
Generated

Swarm

GET
/swarm.getNodes

Swarm get Nodes

/swarm.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/swarm.getNodes?serverId=string" \
  -H "Authorization: <token>"

Successful response

{}

GET
/swarm.getNodeInfo

Swarm get Node Info

/swarm.getNodeInfo

The Authorization access token

Authorization

Authorization<token>

API key authentication using Authorization header

In: header

Query Parameters

nodeId
Required
string

serverIdstring

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

Successful response

{}

GET
/swarm.getNodeApps

Swarm get Node Apps

/swarm.getNodeApps

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/swarm.getNodeApps?serverId=string" \
  -H "Authorization: <token>"

Successful response

{}