Skip to main content
POST
/
v1
/
projects
/
{id}
/
disks
/
{dname}
/
backups
/
{bname}
/
download
Download backup disk
curl --request POST \
  --url https://api.iran.liara.ir/v1/projects/{id}/disks/{dname}/backups/{bname}/download \
  --header 'Authorization: <api-key>'
{
  "link": "<string>"
}

Authorizations

Authorization
string
header
required

Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345". #

Path Parameters

id
string
required

The id of your app

dname
string
required

The name of your disk

bname
string
required

The name of your backup

Response

Successful operation