Queue a full account restore from a JetBackup backup using the snapshotId (parent_id) from the backup list. The restore runs in the background; use the queue endpoint to follow progress.
accountId integer · min: 1 required Example Unique account identifier
Accept Example Content-Type Example snapshotId string required Snapshot ID (parent_id from the backup list)
queued string queueId string status string https://cloud.hostup.se/api/hosting/{accountId}/jetbackup/restore curl -X POST "https://cloud.hostup.se/api/hosting/8665/jetbackup/restore" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"snapshotId": "string"
}' {
"queued": "string",
"queueId": "string",
"status": "string"
} {
"snapshotId": "string"
}