update_shaper_queue
Modify a pfSense traffic shaper queue by ID, adjusting bandwidth, priority, or enabled state, and optionally apply changes immediately.
Instructions
Update an existing shaper queue by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Queue name | |
| descr | No | Description | |
| qlimit | No | Queue limit (packet count) | |
| enabled | No | Whether the queue is enabled | |
| priority | No | Queue priority (0-15) | |
| queue_id | Yes | Shaper queue ID (from search_shaper_queues) | |
| bandwidth | No | Bandwidth value | |
| bandwidthtype | No | Bandwidth unit (Kb, Mb, Gb, b, %) | |
| apply_immediately | No | Whether to apply changes immediately |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||