Restart a sandbox
Life Cycle Management
Restart Sandbox
Restart a terminated sandbox under its original ID and name.
POST
Restart a sandbox
Restart a terminated sandbox. The sandbox keeps its original ID and name.
- This path accepts either the sandbox ID or the sandbox name.
- Only terminated sandboxes can be restarted. Anything else returns
400 Bad Request; to wake a suspended sandbox, use Resume instead. - Terminated sandboxes stay restartable for 48 hours after termination.
- When the sandbox has a usable snapshot, the restart restores from the most recent one. When no snapshot exists, the sandbox cold boots from its image with a fresh filesystem.
- Tensorlake returns
202 Acceptedwhen restart starts; the sandbox re-entersPendingand boots like a newly created sandbox. - Tensorlake returns
409 Conflictwhen a new sandbox has claimed the name since termination, or when the snapshot the restart would restore from is being deleted.