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 in
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".