By default, if HA support is enabled on a node, this support is automatically turned on for all virtual machines and containers located on said node. If necessary, you can disable HA support for specific virtual machines and containers using the prlctl set command. For example, the following command turns off HA support for the virtual machine MyVM:
# prlctl set MyVM --ha-enable no
To re-enable HA support, run:
# prlctl set MyVM --ha-enable yes