---
title: "Get Maintenance Mode"
method: GET
path: "/v1/settings/maintenance-mode"
tags: ["settings"]
---

# Get Maintenance Mode

`GET /v1/settings/maintenance-mode`

Report whether new dashboard sign-ins are frozen.

## Response `200`

Successful Response

- MaintenanceMode — Whether this deployment is currently refusing new dashboard sign-ins.
  - `enabled` boolean, required — When true, POST /v1/auth/session refuses every credential with 503 so nobody starts a new dashboard session during a redeploy. Sessions already issued keep working, and the management API and the data plane are unaffected: a caller presenting the master key or an API key through the header is never frozen out.

## Changes

- **2026-08-24** `d88cc45f1916` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mozilla-ai/apis/otari/changes/v1/settings/maintenance-mode/get.md)

---

[API](https://skmtc.dev/mozilla-ai/apis/otari.md) · [All operations](https://skmtc.dev/mozilla-ai/apis/otari/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mozilla-ai/otari/revisions/7f178e92b56c/schema)
