Create a snapshot of a running sandbox so you can restore the same filesystem and memory state later.
Create a snapshot of a running sandbox so you can restore the same filesystem and memory state later. You can optionally passDocumentation Index
Fetch the complete documentation index at: https://docs.tensorlake.ai/llms.txt
Use this file to discover all available pages before exploring further.
snapshot_type in the request body:
filesystem (default): captures filesystem state only and restores with a cold boot.memory: captures filesystem, memory, and running process state and restores with a warm start.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the sandbox.
Snapshot type. memory captures filesystem, memory, and running process state for warm restore. filesystem captures filesystem state only for cold-boot restore. When omitted, the server default is filesystem.
memory, filesystem