Skip to main content
POST
/
v2
/
sandboxes
/
boxes
/
{name}
/
start
Error
A valid request URL is required to generate request examples
{
  "created_at": "<string>",
  "created_by": "<string>",
  "dataplane_url": "<string>",
  "delete_after_stop_seconds": 123,
  "fs_capacity_bytes": 123,
  "id": "<string>",
  "idle_ttl_seconds": 123,
  "mem_bytes": 123,
  "name": "<string>",
  "proxy_config": {
    "access_control": {
      "allow_list": [
        "<string>"
      ],
      "deny_list": [
        "<string>"
      ]
    },
    "callbacks": [
      {
        "match_hosts": [
          "<string>"
        ],
        "ttl_seconds": 1830,
        "url": "<string>",
        "full_request": true,
        "request_headers": [
          {
            "name": "<string>",
            "is_set": true,
            "value": "<string>"
          }
        ]
      }
    ],
    "no_proxy": [
      "<string>"
    ],
    "rules": [
      {
        "match_hosts": [
          "<string>"
        ],
        "name": "<string>",
        "enabled": true,
        "headers": [
          {
            "name": "<string>",
            "is_set": true,
            "value": "<string>"
          }
        ],
        "match_paths": [
          "<string>"
        ]
      }
    ]
  },
  "size_class": "<string>",
  "snapshot_id": "<string>",
  "status": "<string>",
  "status_message": "<string>",
  "stopped_at": "<string>",
  "updated_at": "<string>",
  "updated_by": "<string>",
  "vcpus": 123
}

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.

Authorizations

X-API-Key
string
header
required

Path Parameters

name
string
required

Sandbox claim display name

Response

Accepted

created_at
string
created_by
string
dataplane_url
string
delete_after_stop_seconds
integer
fs_capacity_bytes
integer
id
string
idle_ttl_seconds
integer
mem_bytes
integer
name
string
proxy_config
object
size_class
string
snapshot_id
string
status
string
status_message
string
stopped_at
string
updated_at
string
updated_by
string
vcpus
integer