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 removes a box from Vagrant that matches the given name.
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Commands - Containing Type
- VagrantBoxRunner
Syntax
public void Remove(string name, Action<VagrantBoxRemoveSettings> configure = null)
Remarks
If a box has multiple providers, the exact provider must be specified with the
Provider property.
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | Name of the box to remove |
| configure | Action |
Optional settings for removing a box. |
Return Value
| Type | Description |
|---|---|
| void |
