remove_load_balancer_member
Remove a member from a load balancer pool to stop traffic immediately. Requires explicit confirmation as the action is irreversible.
Instructions
Remove a member from a load balancer pool. Requires scope services:write. IRREVERSIBLE: the member stops receiving traffic immediately. Pass confirm:true only after the user has explicitly approved. id comes from list_load_balancers; memberId comes from list_load_balancer_members.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Load balancer id from list_load_balancers. | |
| confirm | Yes | Set to true to execute. This operation spends from your account balance and/or is irreversible; only pass true after the user has explicitly approved. Omit or false → the tool refuses and makes no API call. | |
| memberId | Yes | Member id from list_load_balancer_members. |