This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Vagrant.
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 |