POST
/
v1
/
projects
/
{project}
/
boxes
/
{name}
/
snapshots
/
{id}
/
restore
Restore a box from a snapshot
curl --request POST \
  --url https://api.example.com/v1/projects/{project}/boxes/{name}/snapshots/{id}/restore

Path Parameters

project
string
required

Project name

name
string
required

Box name

id
string
required

Snapshot ID

Response

Snapshot restored