You are here: Supporting Documents > everRun Command Line Interface Reference > AVCLI Command Descriptions > vm-network-disable

vm-network-disable

Usage

avcli vm-network-disable --name name --nodes nodes --networks networks

Description

The vm-network-disable command disables a VM's networks on selected nodes.

Options

--name name

The name or ID of a VM.
--nodes nodes The name(s) or ID(s) of PM(s) on which to disable the networks.
--networks networks The names or IDs of networks to disable.

Examples

Disable net2 on node1 for a VM named MyVM.
$ avcli vm-network-disable --name MyVM --nodes node1 \
--networks net2
of