home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

delete virtualization guest <guest-name> snapshot <snapshot-name>

Deletes a snapshot of a guest.

delete virtualization guest guest-name snapshot snapshot-name
guest-name
A guest name.
snapshot-name
A snapshot name.

Operational mode.

Use this command to delete a snapshot of a guest.

The following example shows how to delete a snapshot.

vyatta@vyatta:~$ show virtualization guest vr5600 snapshots

Snapshot        Date                            Description
--------        ----                            -----------
test1           2015-11-27T07:59:57+00:00
test2           2015-12-09T14:38:59+00:00
testing1        2015-12-09T14:43:03+00:00       testMonday

vyatta@vyatta:~$ delete virtualization guest vr5600 snapshot testing1

vyatta@vyatta:~$ show virtualization guest vr5600 snapshots

Snapshot        Date                            Description
--------        ----                            -----------
test1           2015-11-27T07:59:57+00:00
test2           2015-12-09T14:38:59+00:00

vyatta@vyatta:~$