ops n8n
n8n workflow management. n8n is the automation platform used for webhook triggers, scheduled workflows, and integration glue between services.
Subcommands
| Subcommand | Description |
|---|---|
health | Check n8n API connectivity |
workflows | List n8n workflows |
workflow | Get workflow details (takes workflow ID or name) |
create | Create a new empty workflow |
delete | Delete a workflow |
activate | Activate a workflow |
deactivate | Deactivate a workflow |
executions | List workflow executions |
nodes | n8n node operations (via MCP) |
Examples
Common Workflows
Health Check
Start with ops n8n health — confirms the API endpoint and auth before debugging anything else.
Inventory
ops n8n workflows gives a complete inventory of automations across the platform.
Toggle Triggers
Pause noisy or broken automations with deactivate, then activate them again once fixed.
Execution Audit
ops n8n executions is the first stop for "did this workflow actually run?" questions.
Most commands accept either a workflow ID (e.g. xY8aZ...) or a workflow name. IDs are more reliable when names contain spaces or special characters.
The ops n8n nodes subcommand uses n8n's MCP (Model Context Protocol) integration for node-level operations. This is primarily intended for AI agents authoring workflows programmatically.