Pause flows from cmd line

I'm running my node from within a portainer container system and one of my flows has ran away and now I cannot manage the node from the web interface, does anyone know a command i can use from the console to pause the flows so I can rectify

I remember seeing this recently...

[Steve-Mcl]

You can start node-red in safe mode and fix up your flows / remove any bad nodes.

node-red --safe

1 Like

I've seen this I'm just struggling to find where to inject in.

Portainer is refusing to let me edit the container and I cant find it when I SSH into the metal hosting it.

Solved it.

Duplicated the container using the same mounted volume and edited the flow in there.
This probably only worked due to the custom nodes not being installed so the flow halted.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.