Temporarily pause your web hosting account for a specified period. This is useful if you do not need your website active for a while, such as during a vacation or site rebuild.
accountId integer · min: 1 required Example Unique account identifier
Accept Example Content-Type Example days integer required success boolean timestamp string requestId string data object error string message string code string timestamp string requestId string https://cloud.hostup.se/api/hosting/{accountId}/pause curl -X POST "https://cloud.hostup.se/api/hosting/17457/pause" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"days": 0
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true,
"message": "string",
"pauseDetails": {
"pauseStartsAt": "string",
"resumeAt": "string",
"days": 0
},
"nextInvoiceDate": "string",
"reminderDate": "string"
}
} {
"days": 0
}