v1
latestOpenAPI 3.1.02026-08-06360288.3 KBMaintenance
Start Maintenance
Start a scheduled maintenance event immediately. This moves the maintenance from pending to active status.
post/maintenance/start
Headers
x-api-idstring required
x-api-keystring required
Request body
Example request
{
"irc": "0",
"maintenance_details": "Scheduled maintenance has begun. We are performing the planned infrastructure upgrades. Service may experience brief interruptions during this time.",
"maintenance_id": "52e5eacc908cdc5e39000009",
"message_subject": "Maintenance Started: Network Infrastructure Upgrade",
"msteams": "0",
"notify_email": "0",
"notify_sms": "1",
"notify_webhook": "0",
"slack": "0",
"social": "0",
"statuspage_id": "52e5e0e0893548543700000b"
}Response
OK
Example response
{
"result": true,
"status": {
"error": "no",
"message": "OK"
}
}