---
title: "Poll the status of a server restart"
method: GET
path: "/api/restart_status"
tags: ["System"]
---

# Poll the status of a server restart

`GET /api/restart_status`

Returns the status of a server restart operation.
Requires `admin`, `developer`, or the `playground_control` permission.

## Query parameters

- `task_id` string, required

## Response `200`

Status of the restart.

- RestartStatus
  - `status` 'working' | 'completed' | 'unknown'

## Other responses

- `400` — Missing task_id.
- `403` — Access denied.

---

[API](https://skmtc.dev/docassemble/apis/docassemble-api.md) · [All operations](https://skmtc.dev/docassemble/apis/docassemble-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/docassemble/docassemble-api/revisions/a75d7eea6826/schema)
