Examples (5)
Take a snapshot of the machine (running or stopped)
vagrant snapshot save snapshot_nameRestore a snapshot and start the machine
vagrant snapshot restore snapshot_nameRestore a snapshot without starting the machine
vagrant snapshot restore --no-start snapshot_nameDelete a snapshot
vagrant snapshot delete snapshot_nameList available snapshots of the machine
vagrant snapshot listmade by @shridhargupta | data from tldr-pages