Documentation Index

Fetch the complete documentation index at: https://kb.vastdata.com/llms.txt

Use this file to discover all available pages before exploring further.

ebox modify

Prev Next

Modify the operational state of an EBox.

Usage

ebox modify --id ID
           [--enable | --disable | --power-on | --power-off | --immediate-shutdown]
    

Required Parameters

--id ID

Specifies the EBox ID.

Options

--enable

Enable the EBox.

--disable

Disable the EBox.

--power-on

Power on the EBox.

--power-off

Power off the EBox. This command first disables the EBox.

--immediate-shutdown

Power off the EBox without waiting for phaseout. This powers down the EBox regardless of whether it was disabled first. Use this command if ebox --disable fails.

Example

Power off an E-Box immediately.

vcli: admin> ebox modify --id 4 --immediate-shutdown