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

UpdateSandboxOptions

Options for updating a sandbox (name and/or TTL).

Copy
interface UpdateSandboxOptions

Properties

property
idleTtlSeconds: number

Idle timeout in seconds. The sandbox is deleted after this much inactivity. Must be a multiple of 60, or 0/undefined to disable or omit.

property
newName: string

New display name (optional).

property
ttlSeconds: number

Maximum lifetime in seconds from creation. The sandbox is deleted after this duration. Must be a multiple of 60, or 0/undefined to disable or omit.

View source on GitHub