Instances
Update Instance
Update an instance’s name or OpenClaw configuration.
PATCH
Update an instance’s metadata or runtime configuration. If the instance is running and you changeDocumentation Index
Fetch the complete documentation index at: https://docs.chowder.dev/llms.txt
Use this file to discover all available pages before exploring further.
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
The ID of the instance to update.
Request Body
All fields are optional. Only include what you want to change.New name for the instance. 1–128 characters.
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
Returns200 OK with the updated instance object.