Run in Apidog
Restore the VPS from a backup. Use the key from the backups list. Restore runs in the background; use GET /vps/{id} to check progress (details.tasks, details.vps_locked).
Request Add parameter in header API-key
Example: API-key: ********************
or
Body Params application/json Required
{
"key" : 12345 ,
"type" : "incremental"
} Request Code Samples
curl --location --request PATCH 'https://mijn.host/api/v2/vps/12345/backups' \
--header 'Accept: application/json' \
--header 'User-Agent: my-application/1.0.0' \
--header 'API-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": 12345,
"type": "incremental"
}' Responses application/json Generate Code
{
"status" : 0 ,
"status_description" : "string"
}
Modified at 2026-04-09 12:33:38