# Clear the app handler cache

> Flush every cached handler response so the next read re-executes. Republishing does this automatically.

Source: https://docs.generalinput.com/api/workflows/app-clear-cache



<Endpoint method="POST" path="/v1/workflows/:id/app/clear-cache" />

<Access scope="workflows:manage" />

Reads through `useHandler` are cached server-side for 15 minutes per user, handler, and input. Reach for this only to flush without a republish.

## Response [#response]

```json
{ "ok": true }
```
