devicegroup_remove_devices
Removes specified devices from a LibreNMS device group by providing the group name and an array of device IDs to remove.
Instructions
Remove devices from a device group in LibreNMS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Device group name | |
| payload | Yes | Array of device IDs to remove. Format: {"devices": [1, 2, 3]} |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||