Update Docker Host
updateDockerHostUpdate an existing Docker host connection in Uptime Kuma by changing only the fields you specify, preserving all others. Provide the Docker host ID to target the correct connection.
Instructions
Updates an existing docker daemon connection. Use listDockerHosts to find the docker host ID. Only the fields you pass are changed — the others are preserved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New human-readable name | |
| dockerType | No | New connection type | |
| dockerDaemon | No | New socket path or TCP URL | |
| dockerHostID | Yes | The ID of the docker host to update |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| ok | Yes | ||
| msg | No |