vmrDestroy: Remove all resources created in a *vmr* environment

View source: R/vmr-methods.R

vmrDestroyR 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)

vmr documentation built on March 31, 2023, 8:31 p.m.