> ## 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.

# Hibernate Sandbox

Snapshot VM state and stop the sandbox. Control plane only.

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

<ResponseExample>
  ```json 200 theme={null}
  {
    "sandboxID": "sb-abc123",
    "hibernationKey": "checkpoints/sb-abc123/1234567890.tar.zst",
    "sizeBytes": 134217728,
    "status": "hibernated"
  }
  ```
</ResponseExample>
