Skip to main content
POST
/
v1
/
game
/
backups
/
{serverId}
/
{backupId}
/
restore
Restore backup
curl --request POST \
  --url https://api.waterfall.host/v1/game/backups/{serverId}/{backupId}/restore \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "truncate": false
}
'

Authorizations

Authorization
string
header
required

API key generated from your Waterfall dashboard

Path Parameters

serverId
string
required
backupId
string
required

Body

application/json
truncate
boolean
default:false

Response

200

Restore initiated