Delete VPS backup schedule

Delete an existing scheduled backup for a specific virtual server (VM). Ensure you have removed dependencies or that the backup is no longer needed before deleting. The endpoint returns an ID that can be used to track the operation.

Path Parameters

vmid integer · min: 1 required Example

Unique vmid identifier

Headers

Accept Example
Content-Type Example

Responses

200
success boolean
timestamp string
requestId string
data object
DELETE https://cloud.hostup.se/api/vm/{vmid}/backup-schedules
For AI assistants
cURL
curl -X DELETE "https://cloud.hostup.se/api/vm/5596/backup-schedules" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{
  "success": true,
  "timestamp": "string",
  "requestId": "string",
  "data": {
    "success": true,
    "message": "string"
  }
}