Remove Devices from Group
remove_devices_from_groupRemove one or more devices from a device group by group name, ensuring accurate device group membership for network automation.
Instructions
Remove one or more devices from a device group
This tool will remove one or more devices from a named device group. The name argument specifies the name of the device group to remove the list of devices from. The name must be a valid device group. The list of device groups can be found using the get_device_groups tool.
The devices argument provides the list of devices to be removed from the device group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the device group to remove devices from | |
| devices | No | List of devices to remove from the group |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Message that provides the status of the operation | |
| message | Yes | Short description of the status of the operation |