delete-snapshot

Deletes a single snapshot of a virtual system.

This command deletes a snapshot of the disk images for a virtual system, which must be specified with the --host flag followed by a full hostname.

The ID of the snapshot must be set with the --id flag. Deletion will have no impact on the running system, but will make it impossible to roll back to that snapshot in future.

Example usage

  cloudmin delete-snapshot --host kvmsnap.home --id snaptest
  Deleting snapshot snaptest for kvmsnap.home ..
  .. done

Command Line Help

Deletes a single snapshot of a virtual system.

cloudmin delete-snapshot --host hostname
                         --id snapshot-id