vmrDestroy {vmr} | R Documentation |
Remove all resources created in a vmr environment
Description
Remove all resources created by vmrStart()
Usage
vmrDestroy(id = "", force = FALSE)
Arguments
id |
a vmr environment id (default : "" id from the current environment) |
force |
if TRUE force to remove |
Details
Will by default remove all resources created from the current vmr environment. By specifying the id any environment with this id will be remove.
Value
the vagrant environment id
Examples
## Not run:
vmrStop()
vmrDestroy()
## End(Not run)
[Package vmr version 0.0.6 Index]