VagrantRunner.

Destroy(string) Method

Summary

This command stops the running machine Vagrant is managing and destroys all resources that were created during the machine creation process.
Assembly
Cake.Vagrant.dll
Namespace
Cake.Vagrant
Containing Type
VagrantRunner

Syntax

public void Destroy(string name = null)

Parameters

Name Type Description
name string Optional name of the machine to destroy

Return Value

Type Description
void