VagrantBoxRemoveSettingsExtensions.

Force(VagrantBoxRemoveSettings, bool) Method

Summary

Forces removing the box even if an active Vagrant environment is using it.

Syntax

public static VagrantBoxRemoveSettings Force(this VagrantBoxRemoveSettings settings, bool force = true)

Parameters

Name Type Description
settings VagrantBoxRemoveSettings The settings
force bool true to force removal. Defaults to true

Return Value

Type Description
VagrantBoxRemoveSettings The updated settings object