delete_load_balancer
Deletes a load balancer, including its listener, pool, members, and health monitor. Irreversible: releases the VIP floating IP.
Instructions
Delete a load balancer. Requires scope services:write. IRREVERSIBLE: cascade-deletes the listener/pool/members/health-monitor and releases the VIP floating IP. Refused server-side for k8s-managed load balancers (manage those via the Kubernetes Service instead). Pass confirm:true only after the user has explicitly approved. id comes from list_load_balancers.
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. |