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

UpdateSandboxOptions

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

Copy
interface UpdateSandboxOptions

Properties

property
deleteAfterStopSeconds: number

Seconds after entering stopped before deletion. Must be a multiple of 60. Pass 0 to disable stop-anchored deletion. Omit (or pass undefined) to leave the existing value unchanged.

property
idleTtlSeconds: number

Idle timeout in seconds. Must be a multiple of 60. Pass 0 to disable the idle stop. Omit (or pass undefined) to leave the existing value unchanged.

property
newName: string

New display name.

View source on GitHub