Resume Sandbox
POST
/sandboxes/:id/connectResume a paused sandbox. All files and environment state are preserved. Connecting also extends the sandbox TTL.
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
timeout | integer | ❌ | New timeout in seconds from now |
Response
Returns the sandbox object with status: "running". See the sandbox object.

