7.22 remove-bridge Command

Use the --remove-bridge command to remove a network bridge.

Syntax

vm_maker --remove-bridge bridge_name [ --vlan vlanid ] [ --force ]

Options

  • bridge_name: The name of the bridge to remove. The bridge name starts with 'vm' and is followed by an interface name, for example, vmeth1.
  • --vlan: Optionally, specifies the VLAN ID for the bridge.
  • --force: Use this option to forcefully remove the bridge.

Usage Notes

A network bridge can be removed only if the bridge is not being used by the KVM host or other guests.