Workflows and apps
Clear the app handler cache
Flush every cached handler response so the next read re-executes. Republishing does this automatically.
POST
https://cloud.generalinput.com/v1/workflows/:id/app/clear-cacheAuthenticationRequires
workflows:manage on a personal API key. A CLI session always passes.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
{ "ok": true }