| Name | Type | Description |
|---|---|---|
sandbox_name* | str | Name of the sandbox to capture from. |
name* | str | Snapshot name. |
docker_image | Optional[str] | Default: NoneOptional Docker image tag inside the sandbox to export into the snapshot instead of capturing the live root filesystem. |
fs_capacity_bytes | Optional[int] | Default: None |
timeout | int | Default: 60 |
Capture a snapshot from a running sandbox.
Blocks until the snapshot is ready (polls with 2s interval).
Filesystem capacity in bytes for Docker image export.
Timeout in seconds when waiting for ready.