delete_shaper_queue
Removes a shaper queue by ID to adjust traffic shaping. Requires confirmation as deletion is permanent.
Instructions
Delete a shaper queue by ID. WARNING: This is irreversible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be set to True to execute. Safety gate for destructive operations. | |
| dry_run | No | If True, preview the operation without executing. | |
| queue_id | Yes | Shaper queue ID (from search_shaper_queues) | |
| apply_immediately | No | Whether to apply changes immediately |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||