Instances
Start Instance
Start a stopped instance.
POST
Wake up a stopped instance. This resumes the hibernated sandbox and restarts the OpenClaw gateway. The instance must be inDocumentation Index
Fetch the complete documentation index at: https://docs.chowder.dev/llms.txt
Use this file to discover all available pages before exploring further.
stopped status — trying to start an already-running instance returns a 409 Conflict.
Requires an organization key (
chd_org_*). Scoped keys cannot start instances.Path Parameters
The ID of the instance to start.
Response
Returns200 OK with the instance object. The status field will be "running".