Hi Massimo,
You can find the VM's snapshot id by sending a REST API request
http://localhost:8080/ovirt-engine/api/vms/<vm-id>/snapshots/
You can also find the VM's snapshots (and view their parameters) by using
SQL:
select * from snapshots where vm_id = '<vm-id>';
Once you have the snapshot's id, you can use that command:
SELECT DeleteSnapshot('snapshot-id');
*Regards,*
*Shani Leviim*
On Wed, Oct 21, 2020 at 2:57 PM Massimo Coloma <[email protected]> wrote:
> Hi Shani ,
> The command it that ?
> SELECT DeleteSnapshot 64ac336f-25d8-43d0-aeb8-7fb77bf6ef97
> Regards
> Max
> _______________________________________________
> Users mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/[email protected]/message/HYPKECYTNIMBSMIEOWT2MVPBQT5ON3IE/
>
_______________________________________________
Users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct:
https://www.ovirt.org/community/about/community-guidelines/
List Archives:
https://lists.ovirt.org/archives/list/[email protected]/message/6BVXABSAD5F3QLRVM6UEVFFTBUFHNEL4/