Batch workflow actions
POST /v1/workflows/batch/actions — Apply the same action (activate / deactivate / pause / delete) to many workflows in one request.
POST /v1/workflows/batch/actions
Apply the same action (activate / deactivate / pause / delete) to many workflows in one request.
| Method | POST |
| Path | /v1/workflows/batch/actions |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | workflows |
Request body
{ "ids": ["wf_1", "wf_2"], "action": "activate" }