MINARA

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.

MethodPOST
Path/v1/workflows/batch/actions
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categoryworkflows

Request body

{ "ids": ["wf_1", "wf_2"], "action": "activate" }

On this page