cURL
curl --request PATCH \ --url https://api.example.com/v2/sandboxes/boxes/{name} \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "template_name": "<string>", "dataplane_url": "<string>", "created_at": "<string>", "updated_at": "<string>" }
Update a Sandbox’s display name.
Currently only the display name can be updated.
Sandbox name
Request model for updating a Sandbox.
New display name (max 63 chars, lowercase alphanumeric and hyphens)
Successful Response
Response model for a SandboxClaim.
Direct URL for data plane operations (execute, files, terminal)
Was this page helpful?