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 sandbox lifecycle transition

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])?$
checkpoint
string

Fork this checkpoint of the source, as returned by pause, stop, or describe, instead of the source's live state. The source is neither paused nor resumed. Only the current session's checkpoint and the one before it are accepted; an uncommitted or superseded checkpoint is rejected with 409.

Response

The fork was created and its start is pending

success
boolean
required
Example:

true

data
object
required