Icingacli director set host.... [MULTIPLE HOST]

I use to run command like this:
icingacli director host set MY_HOST_NAME --disabled 1 & icingacli director config deploy

to ENABLE\DISABLE icinga monitor as per my needs.
Is there a “syntax” that I can use to perform the same command "icingacli director host set " on several host in the same time (same command) ?
P.

you can write a script and use icingacli director hosts list to interate over all hosts and filter in bash, execute the disable command for each host, and deploy at the end