dokploy_server
Manage servers in Dokploy by listing, counting, retrieving public IPs, fetching details, creating, updating, removing, and getting metrics with the required server ID or credentials.
Instructions
Manage servers. list/count/publicIp: no params. get: serverId. create: name+ipAddress+port+username+sshKeyId+serverType. update: serverId+fields. remove: serverId. getMetrics: url+token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| name | No | ||
| port | No | ||
| token | No | ||
| action | Yes | ||
| serverId | No | ||
| sshKeyId | No | ||
| username | No | ||
| ipAddress | No | ||
| dataPoints | No | ||
| serverType | No | deploy | build | |
| description | No |