> ## Documentation Index
> Fetch the complete documentation index at: https://opensandbox-oc-s-762ac928075c46d2828bcb22.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Wake Sandbox

Resume a hibernated sandbox. Control plane only.

<ParamField path="id" type="string" required>
  Sandbox ID
</ParamField>

<ParamField body="timeout" type="integer">
  Idle timeout after wake (default: `0` — persistent, never auto-hibernates)
</ParamField>

<ResponseExample>
  ```json 200 theme={null}
  {
    "sandboxID": "sb-abc123",
    "status": "running",
    "region": "use2",
    "workerID": "w-use2-abc123"
  }
  ```
</ResponseExample>
