How to unhide a VM in Xen

virtual-machinesxenxenserver

After failed OVF import, I have some VMs which are appearing in XenCenter only if I enable Hidden Objects option in View menu.
How can I unhide a hidden Virtual Machine in Xen Server?

Best Answer

Current accepted answer is not safe to execute, as commented by @user160198, it will clear all params. This should have been an answer instead of comment.

xe vm-param-remove uuid=<vm-uuid> param-name=other-config param-key=HideFromXenCenter

Related Topic