---
title: "Set Platform Maintenance Mode"
method: PUT
path: "/api/v1/admin/maintenance"
tags: ["Admin APIs", "maintenance"]
---

# Set Platform Maintenance Mode

`PUT /api/v1/admin/maintenance`

Enable or disable platform maintenance mode.

When enabled, power-ui shows the maintenance screen to all visitors.
Requires the ``maintenance-mode`` permission (or super admin).

## Request body

- PlatformMaintenanceModeUpdate — Payload to enable or disable platform maintenance mode. Super admin only.
  - `enabled` boolean, required

## Response `200`

Successful Response

- PlatformMaintenanceModeRead — Current platform maintenance mode status returned by both public and admin endpoints.
  - `enabled` boolean, required
  - `updated_at` string, date-time, nullable
  - `updated_by` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
