apply_client_qos_policy
Apply a validated QoS plan to a UniFi client after confirmation. Obtain a plan token first, then set confirm=true to activate the policy.
Instructions
Apply a validated QoS preview when a supported adapter exists. Requires confirmation.
Mutating operation: loads the plan referenced by plan_token and attempts to activate it. In the current release no validated adapter exists, so no controller mutation is performed (mutation_attempted=false); the call records the attempt. Returns success=false unless confirm=true. Use plan_client_qos_policy first to obtain a plan_token.
Args: plan_token: Token returned by plan_client_qos_policy identifying the plan. confirm: Must be True to attempt application; without it the call is a no-op. Defaults to False.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be True to attempt application; without it the call is a no-op. Defaults to False. | |
| plan_token | Yes | Token returned by plan_client_qos_policy identifying the plan. |