Skip to main content

Get maintenance mode status

GET <your-unleash-url>/api/admin/maintenance

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

Tells you whether maintenance mode is enabled or disabled

Request

Responses

maintenanceSchema

Schema
  • enabled boolean required

    Whether maintenance mode is enabled or not.

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

Request

Base URL
<your-unleash-url>
Security Scheme
apiKey
curl / cURL
curl -L -X GET '<your-unleash-url>/api/admin/maintenance' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'