POST
/
v1
/
projects
/
{project}
/
data
/
{name}
/
backups
/
{id}
/
restore
cURL
curl --request POST \
  --url https://api.example.com/v1/projects/{project}/data/{name}/backups/{id}/restore
{
  "operation_id": "<string>",
  "status": "<string>"
}

Path Parameters

project
string
required

Project name

name
string
required

Data volume name

id
string
required

Backup name

Response

Restore started

operation_id
string
required
status
string
required