Fwconsole unset value

I have set up a notification everytime one of my deployments updates, but now every sunday I receive something like 200 emails and I want to remove it.
I’m trying to unset my notification e-mail with fwconsole msm notification_emails because it’s faster than log in in all my deployments, but if I use fwconsole msm notification_emails “” I get “insert a valid email address” error.
How do I unset it from CLI?

Try

fwconsole msm notification_emails "nobody@$(hostname -f)"

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