Instances
Stop Instance
Stop a running instance and hibernate its sandbox.
POST
Stop a running instance. The OpenClaw gateway is shut down and the sandbox is hibernated — your files and state are preserved, but the instance won’t accept messages until you start it again. 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.
running status. Trying to stop an instance that isn’t running returns a 409 Conflict.
Requires an organization key (
chd_org_*). Scoped keys cannot stop instances.Path Parameters
The ID of the instance to stop.
Response
Returns200 OK with the instance object. The status field will be "stopped".