---
title: "recurringtasks"
method: POST
path: "/api/recurringtasks"
tags: ["recurringtasks"]
---

# recurringtasks

`POST /api/recurringtasks`

Re-read config/recurringtasks.json and re-schedule all Recurring Task timers to match, so a save on www/recurringtasks.php (which writes that file via the generic api/configfile endpoint) takes effect without an fppd restart. Also handles an immediate "Test Run" of one task, run synchronously against the posted task definition (not a saved name), so the admin page can preview unsaved edits.

## Request body

- object

## Response `200`

Recurring tasks reloaded, or {"ok":bool,"raw":string,"filtered":string,"error":string} for "test".

## Other responses

- `400` — 'command' field not specified.

---

[API](https://skmtc.net/falconchristmas/apis/fpp-api.md) · [All operations](https://skmtc.net/falconchristmas/apis/fpp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/falconchristmas/fpp-api/versions/6fa524e15dd4/schema)
