APIBackup management

Restore backup

Restores a backup to the server. Can optionally truncate existing files before restoration.

Restores a backup to the server. Can optionally truncate existing files before restoration.

POST
/api/client/servers/{server}/backups/{backup}/restore

Authorization

bearerAuth
AuthorizationBearer <token>

Enter your API token in the format: Bearer {token}

In: header

Path Parameters

server*string

Server identifier

backup*string

Backup identifier

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/api/client/servers/string/backups/string/restore" \  -H "Content-Type: application/json" \  -d '{}'
Empty
Empty
Empty
Empty
Empty
Empty