<tt><font size=2>> Meanwhile, you don't have to use virsh.  You
could write your own C<br>
> program that directly calls virDomainSnapshotDelete() from libvirt.so,<br>
> or you could use python bindings.  I'm not a python whiz, but
I think it<br>
> would probably be something like:<br>
> <br>
> $ python<br>
> >>> import libvirt<br>
> >>> conn = libvirt.open(None)<br>
> >>> dom = conn.lookupByName("DOMINO1-prealloc")<br>
> >>> snap = dom.snapshotLookupByName("W2K3-virgin install",
0)<br>
> >>> snap.delete(0)<br>
> >>> quit()<br>
> </font></tt>
<br><tt><font size=2>Worked like a charm! Thanks a lot for the help!!</font></tt>
<br>
<br><tt><font size=2>Grts, J</font></tt>