LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
LangSmith
  • Client
  • Run Trees
  • Traceable
  • Evaluation
  • Schemas
  • Langchain
  • Jest
  • Vitest
  • Wrappers
  • Anonymizer
  • Jestlike
  • Vercel
  • Anthropic
  • Sandbox
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangSmith
ClientRun TreesTraceableEvaluationSchemasLangchainJestVitestWrappersAnonymizerJestlikeVercelAnthropicSandbox
Language
Theme
JavaScriptlangsmith_openapi_clientresourcesSandboxesBoxCreateParams
Interface●Since v0.8

BoxCreateParams

Copy
interface BoxCreateParams

Properties

property
delete_after_stop_seconds: number
property
env_vars: __type
property
fs_capacity_bytes: number
property
idle_ttl_seconds: number
property
mem_bytes: number
property
mounts: SandboxapiS3BucketMountSpec | SandboxapiGcsBucketMountSpec[]
property
name: string
property
proxy_config: ProxyConfig
property
restore_memory: boolean

RestoreMemory 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.

property
snapshot_id: string
property
snapshot_name: string
property
tag_value_ids: string[]
property
vcpus: number
View source on GitHub