Maintenance

Get maintenance mode status

Tells you whether maintenance mode is enabled or disabled

get/api/admin/maintenance

Response

maintenanceSchema

enabledboolean required

Whether maintenance mode is enabled or not.

Example response

{
  "enabled": true
}

Changes

No recorded changes to this endpoint across all 7 revisions of this API.