VagrantSnapshotRunner.

Delete(string) Method

Summary

This command will delete the named snapshot.
Assembly
Cake.Vagrant.dll
Namespace
Cake.Vagrant.Commands
Containing Type
VagrantSnapshotRunner

Syntax

public void Delete(string name)

Parameters

Name Type Description
name string Name of the snapshot to delete

Return Value

Type Description
void