MCPcopy
hub / github.com/retspen/webvirtcloud / snapshot_delete

Method snapshot_delete

vrtManager/instance.py:590–592  ·  view source on GitHub ↗
(self, snapshot)

Source from the content-addressed store, hash-verified

588 return snapshots
589
590 def snapshot_delete(self, snapshot):
591 snap = self.instance.snapshotLookupByName(snapshot, 0)
592 snap.delete(0)
593
594 def snapshot_revert(self, snapshot):
595 snap = self.instance.snapshotLookupByName(snapshot, 0)

Callers 1

instanceFunction · 0.80

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected