Remove all Interfaces from bridge by command

Hello,

how can I remove all interfaces from a bridge via the console?
I tried to “/interface bridge port remove [find name=“sfp*”]” and others, none worked.

Best regards

Daniel

/interface bridge port remove [ find bridge=bridgeLocal ]

Thanks :slight_smile:

Best Regards

Daniel

In my first search in the forum i found the answer I was looking for!
Here is my case:

/interface bridge port remove [ find interface=ether6 ]

Thank you so much for sharing!