Question

How do you delete a recovery point of a VM that no longer exists?

  • 14 January 2022
  • 6 replies
  • 1096 views

How do you delete a recovery point in Prism Central of a VM that no longer exists?


6 replies

Within VM Recovery Points in Prism Central, select a VM that had Recovery Points and there will be a Delete Action.  Wonder if there is a scriptable way to do so?

Userlevel 1
Badge +3

There is a scripted way of doing this through nuclei utility of PC. We suggest calling into Nutanix support if you need to delete multiple recovery points.A couple of them can be safely deleted through Prism UI. 

Thanks and Best Regards

There is a scripted way of doing this through nuclei utility of PC. We suggest calling into Nutanix support if you need to delete multiple recovery points.A couple of them can be safely deleted through Prism UI. 

Thanks and Best Regards

 

Hello, can you share with us scripted or cli way to delete recovery points.

We have nutanix support but no luck with SRE.

Using pc.2022.6

 

 

@Haritha Andal i am very much asking for help in this matter. We want to delete multiple recovery points wich are in different VMs

Using for now pc.2023.1.0.2

How do you delete it if the VM no longer exist?  When I select the recovery point, the only options I get are Clone, Revert, Replicate.

Userlevel 5
Badge +6

Hello @bkbandit 

Run: nutanix@CVM:~$ ncc health_checks hypervisor_checks orphan_vm_snapshot_check

the snapshot UUID will be shown as below:

INFO: Found 3 orphan VM snapshot(s): ['0477ee8f-60a0-4cdf-9516-9ba078a70920'

Then delete the snapshot/s

nutanix@CVM:~$ acli snapshot.delete 0477ee8f-60a0-4cdf-9516-9ba078a70920

Reply