---
title: "Get FPPD restart blocked status"
method: GET
path: "/api/system/fppd/restartStatus"
tags: ["system"]
---

# Get FPPD restart blocked status

`GET /api/system/fppd/restartStatus`

Returns whether FPPD is currently blocked from restarting due to systemd's StartLimitBurst (too many restarts in a short time) and how long to wait.

## Response `200`

Restart blocked status

- object
  - `blocked` boolean
  - `remainingSec` integer
  - `intervalSec` integer
  - `burst` integer

## Changes

- **2026-09-06** `956523fe4249` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/falconchristmas/apis/fpp-api/changes/api/system/fppd/restartStatus/get.md)

---

[API](https://skmtc.dev/falconchristmas/apis/fpp-api.md) · [All operations](https://skmtc.dev/falconchristmas/apis/fpp-api/llms.txt) · [OpenAPI document](https://skmtc.dev/falconchristmas/apis/fpp-api/revisions/956523fe4249?raw)
