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

Name of the snapshot among the sandbox's snapshots. A snapshot ID is also accepted and resolves within the whole workspace, so it reaches a snapshot whose source sandbox is another one or was deleted.

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 September 14, 2026