remove_devices_from_group
Remove one or more devices from an existing device group by providing the group name and the list of devices to delete. Updates the group's membership to reflect current inventory.
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 |