I want to cancel all active executions of a specific workflow using the n8n API, a Shell Command, or another method.
(without needing to specify the execution ID)
I want to cancel all active executions of a specific workflow using the n8n API, a Shell Command, or another method.
(without needing to specify the execution ID)
Hey @brahimh , currently n8n doesn’t have a built-in feature to cancel all active executions of a workflow at once. Your options are:
Manual Cancellation: Go to the executions tab and cancel them one by one.
API Automation: Use the API to list active executions for your workflow and cancel each one automatically.
Would that solve your problem?
If my reply answers your question, please remember to mark it as the solution.
I can only see ‘Delete Execution’ I don’t see an API option for cancel…
When you try to delete a running execution, does it stop running?
Maybe that is a workaround
But I need the execution to stay in history
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.