tenki_create_snapshot
Capture a running sandbox's disk and memory as a reusable snapshot, then boot new sandboxes from it later. Attached volumes are not included.
Instructions
Capture a running sandbox's disk and memory as a reusable snapshot (attached volumes are NOT captured); boot a new sandbox from it later with tenki_create_sandbox + snapshot_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Human-readable name for the snapshot. | |
| expires_at | No | RFC-3339 / ISO-8601 timestamp at which the snapshot is auto-deleted. Omit to keep indefinitely. | |
| session_id | Yes | The sandbox session to snapshot. | |
| store_raw_image | No | Also store the raw disk image alongside the snapshot (needed to download it later). |