Skip to main content
POST
Restore sandbox from snapshot

Authorizations

Authorization
string
header
required

OAuth2 authentication with JWT tokens

Path Parameters

sandboxName
string
required

Name of the sandbox to restore

snapshotId
string
required

ID of the snapshot to restore the sandbox to

Response

Sandbox restored successfully

Result of restoring a sandbox to one of its snapshots. The sandbox keeps its name and URLs; everything it held since the snapshot was taken is gone.

name
string
required

Name of the restored sandbox

snapshotId
string
required

Snapshot the sandbox was restored from

Last modified on August 28, 2026