Use this endpoint to take a snapshot of your virtual server. This is useful before making major changes or updates, allowing you to easily restore the server to a previous state if something goes wrong. The snapshot creation process is queued and handled in the background.
vmid integer · min: 1 required Example Unique vmid identifier
Accept Example Content-Type Example name string required description string required success boolean timestamp string requestId string data object https://cloud.hostup.se/api/vm/{vmid}/snapshots curl -X POST "https://cloud.hostup.se/api/vm/16018/snapshots" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "string",
"description": "string"
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true,
"jobId": "string",
"name": "string",
"message": "string"
}
} {
"name": "string",
"description": "string"
}