Update the auto-kill timeout for a running sandbox.
timeout field stored on the sandbox. Pass 0 to disable auto-kill.
This endpoint updates the persisted value only — it does not restart any existing
in-flight countdown timer that was set at creation time.
Use this endpoint to extend a sandbox’s lifetime before it expires, or to reduce
the timeout if you want to reclaim resources sooner.
sbx-<8 chars>.0 to disable auto-kill.Example: 600true when the update succeeds.| Status | Cause |
|---|---|
400 | Invalid request body |
401 | Missing or invalid API key |
404 | Sandbox not found |