Skip to main content
POST
Fork a sandbox

Authorizations

Authorization
string
header
required

API key

Path Parameters

sid
string<uuid>
required

Sandbox UUID

Query Parameters

wait
boolean
default:false

Hold the request for a completed start or exec result

Body

application/json
name
string

Name for the fork. A random word-list name is generated when omitted.

Required string length: 1 - 63
Pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$

Response

The fork was created and its start is pending

success
boolean
required
Example:

true

data
object
required