Skip to main content
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 Accepted when restart starts; the sandbox re-enters Pending and boots like a newly created sandbox.
  • Tensorlake returns 409 Conflict when a new sandbox has claimed the name since termination, or when the snapshot the restart would restore from is being deleted.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

sandbox_id
string
required

The sandbox ID or sandbox name.

Response

Restart initiated