---
title: "Admin Restart Scheduled Responses"
method: POST
path: "/v1/admin/scheduled-responses/restart"
tags: ["Admin"]
---

# Admin Restart Scheduled Responses

`POST /v1/admin/scheduled-responses/restart`

[ADMIN] Restart failed scheduled responses for an org.

Optionally filters by failure_reason. Tracks manual retries and permanently
fails responses after 5 manual retries to prevent infinite retry loops.
Checks 24h messaging window before restarting.

## Request body

- AdminRestartResponsesRequest
  - `org_id` string, required
  - `failure_reason` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/orsay/apis/fastapi.md) · [All operations](https://skmtc.net/orsay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orsay/fastapi/revisions/23d1ff06d0d0/schema)
