Skip to main content
POST
/
v1
/
game
/
backups
/
{serverId}
Create backup
curl --request POST \
  --url https://api.waterfall.host/v1/game/backups/{serverId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "ignored": "<string>",
  "isLocked": true
}
'

Authorizations

Authorization
string
header
required

API key generated from your Waterfall dashboard

Path Parameters

serverId
string
required

Body

application/json
name
string
ignored
string
isLocked
boolean

Response

200

Backup created