RevnuDocs
Browse the Docs

API Reference / Resume a workflow

Resume a workflow

POST/api/v1/workflows/{id}/resume

Set a paused workflow live again; the next run is scheduled from its cadence.

curl -X POST -H "Authorization: Bearer $REVNU_API_TOKEN" https://revnu.com/api/v1/workflows/j57…/resume

Response

{ "workflow": { …, status: "live", nextRunAt } }. Idempotent. Resuming a workflow the agent proposed accepts it. 404 for an unknown or another account's workflow.

Agents: this page is also markdown at /docs/workflow-resume.md, answers Accept: text/markdown, and is listed in /docs/llms.txt.

Frequently Asked Questions

`workflows:write`. A token without it gets `403` with `requiredScope` in the body. `GET /me` shows a token's scopes.