Creating a snapshot

Last Updated : Jun 10, 2025 |

Procedure

  1. Run the following command to shutdown the VM:

    virsh shutdown <VM name>

  2. Run the following command to create a snapshot:

    virsh snapshot-create <VM name>

  3. Run the following command to view the snapshots of a VM:

    virsh snapshot-list <VM name>