Stop execution
n8n_executions_stopStop a running n8n execution by providing the execution ID and a deliberate confirmation string to prevent accidental cancellation.
Instructions
Stop one running execution after exact confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| executionId | Yes | ||
| confirmation | Yes | Deliberate-action guard. Must equal exactly: STOP <executionId> — substitute the real value(s). A mismatch is rejected without echoing the expected phrase. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| redacted | Yes | ||
| untrusted | Yes |