Get maintenance mode
Retrieve the maintenance mode configuration for an application. Returns whether maintenance mode is active and the URL of the custom maintenance page, if one is set. If maintenance mode has never been configured, returns a default state with is_enabled false and page_url null.
Authorizations
API key authentication. Pass your API key as a Bearer token in the Authorization header.
Path Parameters
Application identifier
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"fb5e5168-4281-4bec-94c5-0d1584e9e657"
Response
Default Response
Whether maintenance mode is currently active. When true, every request to every domain of the application receives the maintenance page with status 503 instead of reaching the application.
false
HTTPS URL of a page to serve as the maintenance page, for example a Sevalla static site. The edge fetches the page body and serves it on every domain of the application with status 503, so visitors never see this URL. When null the default Sevalla maintenance page is served. Content changes on the page take up to 60 seconds to show.
"https://status.example.com"