Disable a link so it can be temporarily ignored

I'd love to be able to disable a link without having to delete it and remember where it was - it could just become a dotted line while disabled ?

Welcome to the forums @RedBart

Sorry, but what are you referring to?

Node RED is an extremely fruitful automation / data processing platform.
you will need to explain (in a lot more detail) what this question relates to?

  • HTML Links
  • Dashboard Links (DB1 OR 2)
  • Link Nodes
  • Link Call Nodes

?

I suspect the OP meant a wire.

Hi @RedBart

We don't have an easy way to achieve that with the existing flow file format. The wires between nodes don't have any properties to hold information such as whether they are disabled or not.

One workaround is to drop a node onto the wire and disable the node instead. You can then use the 'Delete and Reconnect' action (Ctrl-Backspace / Cmd-Backspace) to delete the node and restore the wire.

For the record (for me at least :sweat_smile:)

When the word link is involved, it could mean 100's of things, especially in todays Node RED portolio :winking_face_with_tongue:

I think this does suggest wires :wink:

If this is correct then an easy option is to drop a function node on to the wire, as its default state is to just pass messages through unchanged.

Or junction node:

Screen Recording 2026-03-07 at 06.46.04

2 Likes

Thanks, that’s a great work around, I wish I’d seen that before :slight_smile:

Regards,
Nigel Reburn Uk

2 Likes

Thanks for the reply Sean (yes I meant wire), this would also work :slight_smile:

Regards,
Nigel Reburn Uk