v62
latestOpenAPI 3.1.0Dual (AGPL3.0, Commercial License Available)raw.githubusercontent.com2026-08-03211303932.5 KBDaemons
Update daemon
Edits the server-side daemon record: its name, maintainer, tags, and — for ServerPoll — the url the server dials. Identity and server-managed fields (network, mode, host, key binding, version, liveness) are restored from the existing record by preserve_immutable_fields.
put/api/v1/daemons/{id}
Path parameters
idstring uuid required
daemon ID
Request body
Example request
{
"url": "https://daemon.example.com:60073",
"version": "0.17.7"
}Response
daemon updated
Example response
{
"data": {
"url": "https://daemon.example.com:60073",
"version": "0.17.7"
},
"meta": {
"api_version": 1,
"server_version": "0.17.7"
}
}