efa fabric device remove
Removes an existing device from a fabric.
Syntax
Parameters
- --name fabric-name
- Specifies the name of the fabric.
- --ip device-ips
- Specifies a comma-separated list of device IP addresses to remove.
- --no-device-cleanup
- Specifies that you do not want to clean up the configuration on the devices.
Usage Guidelines
If the no-device-cleanup
option is used, the configuration pushed by the automation engine is not cleaned up
from the fabric devices. Removal of a device from the fabric does not delete the
device from inventory. You must explicitly delete the device from inventory.
Examples
This example removes five devices and does not clean up the configuration.efa fabric device remove --ip 10.24.48.131,10.24.51.135,10.25.225.58, 10.24.51.131,10.24.80.139 --name BLR_FABRIC --no-device-cleanup