How to Remove Node from Node-red Permanently?

To remove a node from node-red permanently, we have to go to settings, plotter then removes any of the nodes, Like shown in this video. Is there any other way to remove node from node red?

There are a couple ways to remove a node

  1. use the Palette manager - however if the node is being used in a flow, it will not allow you to delete the node until you remove all uses of it in your flows.

  2. exit NR and CD to your .node-red folder then use npm remove node-red-contrib-the_node_name. When you start NR, the node will be missing from the flows and you will get a message about removing the node's configuration.

In eithor case you have to fix the flow where the node was.

1 Like

Thanks for quick response. Got the solution.

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