---
title: "Update a sandbox claim"
method: PATCH
path: "/v2/sandboxes/boxes/{name}"
tags: ["sandboxes"]
---

# Update a sandbox claim

`PATCH /v2/sandboxes/boxes/{name}`

Update a sandbox claim's display name. The name must be unique within the tenant.

## Request body

- SandboxesUpdateClaimPayload
  - `name` string
  - `proxy_config` SandboxesProxyConfig
    - `access_control` SandboxesAccessControl
      - `allow_list` string[]
      - `deny_list` string[]
    - `no_proxy` string[]
    - `rules` SandboxesProxyRule[]
      - `enabled` boolean
      - `inject_headers` object, required
      - `match_hosts` string[], required
      - `match_paths` string[]
      - `name` string, required

## Response `200`

OK

- SandboxesClaimResponse
  - `created_at` string
  - `dataplane_url` string
  - `id` string
  - `name` string
  - `proxy_config` SandboxesProxyConfig
    - `access_control` SandboxesAccessControl
      - `allow_list` string[]
      - `deny_list` string[]
    - `no_proxy` string[]
    - `rules` SandboxesProxyRule[]
      - `enabled` boolean
      - `inject_headers` object, required
      - `match_hosts` string[], required
      - `match_paths` string[]
      - `name` string, required
  - `status` string
  - `status_message` string
  - `template_name` string
  - `updated_at` string

## Other responses

- `404` — Not Found
- `409` — Name already exists
- `422` — Validation error
- `500` — Internal Server Error

## Changes

- **2026-03-19** `7099ceca2401` — 2 info
  - added the new optional request property `proxy_config/access_control`
  - added the optional property `proxy_config/access_control` to the response with the `200` status
- **2026-03-17** `59a955354a01` — 2 breaking, 1 info
  - the response property `proxy_config/rules` became optional for the status `200`
  - the `proxy_config/rules` response property's minItems was decreased from `1` to `0` for the response status `200`
  - the request property `proxy_config/rules` became optional
- **2026-03-17** `e2fb935dc434` — 2 info
  - added the new optional request property `proxy_config`
  - added the optional property `proxy_config` to the response with the `200` status

[Change history](https://skmtc.dev/langchain-ai/apis/langsmith/changes/v2/sandboxes/boxes/:name/patch.md)

---

[API](https://skmtc.dev/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.dev/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/revisions/a3468745dec4/schema)
