| Name | Type | Description |
|---|---|---|
restore_memory | bool | Omit | Default: omitRestoreMemory selects how the sandbox handles a snapshot's captured memory: nil → if-present: resume from memory when the snapshot has it, else cold-boot (default). true → always: resume from memory; rejected if the snapshot has none. false → never: always cold-boot. Applies to this request only. |
extra_headers | Headers | None | Default: NoneSend extra headers |
extra_query | Query | None | Default: None |
extra_body | Body | None | Default: None |
timeout | float | httpx.Timeout | None | NotGiven | Default: not_given |
Create a new sandbox from a snapshot.
Provide at most one of snapshot_id or
snapshot_name; if neither is provided, the server uses the default static
blueprint.
Add additional query parameters to the request
Add additional JSON properties to the request
Override the client-level default timeout for this request, in seconds