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
JavaScriptlangsmithsandboxCaptureSnapshotOptions
Interface●Since v0.8

CaptureSnapshotOptions

Options for capturing a snapshot from a running sandbox.

Copy
interface CaptureSnapshotOptions

Properties

property
dockerImage: string

Docker image tag inside the sandbox to export into the snapshot instead of capturing the live root filesystem.

property
fsCapacityBytes: number

Filesystem capacity in bytes for Docker image export.

property
signal: AbortSignal

AbortSignal for cancellation.

property
timeout: number

Timeout in seconds when waiting for ready. Default: 60.

View source on GitHub