Initiate a manual backup of your virtual server (VPS). You will receive a jobId that you can then use to track the backup process's status and results via other API calls.
vmid integer · min: 1 required Example Unique vmid identifier
Accept Example Content-Type Example mode string required fleecing object required success boolean timestamp string requestId string data object https://cloud.hostup.se/api/vm/{vmid}/backups curl -X POST "https://cloud.hostup.se/api/vm/10415/backups" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"mode": "string",
"fleecing": {
"enabled": true,
"storage": "string"
}
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true,
"jobId": "string",
"mode": "string",
"message": "string"
}
} {
"mode": "string",
"fleecing": {
"enabled": true,
"storage": "string"
}
}