We moved this page to our Documentation Portal. You can find the latest updates here. |
Question
How can I remove a segregation rule I have set on a VM?
Answer
To remove a segregation rule you have set on a VM, you will need to go into the OnApp database and run the following for the VM(s) identifier you are looking to remove the rule from.
This will return the rule to a default benign status:
update virtual_machines set strict_virtual_machine_id=NULL where identifier=XXXXXXXX*;