Skip to main content
PATCH
Patch Agent

Body

application/json

Body for PATCH /admin/api/v1/agent.

All fields are optional in the wire payload. Sending null on a required underlying column (name) is rejected at validation time, since clearing those is meaningless for the singleton.

name
string | null
description
string | null
version
string | null
baseUrl
string | null

Response

Successful Response

data
StandaloneAgentRead · object
required

GET response and the data payload of PATCH responses.

reload
StandaloneReloadResult · object
required

Reload outcome attached to every admin mutation response.

reloaded means DB committed and runtime now uses the new config. restart_required means DB committed and process restart is needed. reload_failed means DB rolled back and runtime is unchanged.

Last modified on May 22, 2026