Skip to main content
PATCH
Update an instance’s metadata or runtime configuration. If the instance is running and you change openclaw_config, the new config is pushed to the live sandbox immediately — the gateway hot-reloads config changes automatically.
Accepts an organization key (chd_org_*) or a scoped key (chd_sk_*) with configure permission on this instance.

Path Parameters

string
required
The ID of the instance to update.

Request Body

All fields are optional. Only include what you want to change.
string
New name for the instance. 1–128 characters.
object
OpenClaw configuration overrides. These are applied as dot-path key/value pairs via openclaw config set. If the instance is running, changes take effect immediately.

Response

Returns 200 OK with the updated instance object.