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.
Documentation Index
Fetch the complete documentation index at: https://docs.langchain.com/llms.txt
Use this file to discover all available pages before exploring further.
RestoreMemory, when non-nil, overrides the server default for whether to resume the sandbox from its captured memory snapshot.
true → resume from the memory snapshot if it exists; cold-boot the sandbox otherwise. false → always cold-boot, even if a memory snapshot exists. nil → use the server default.
Applies to this request only; a later stop+start of the same sandbox reverts to the server default.
Created