"SoftLayer_" prefix removed for readability.
Remove a virtual IP address from a load balancer
Name | Type | Description |
---|---|---|
loadBalancer | SoftLayer_Network_LoadBalancer_VirtualIpAddress | The virtual IP address interface you wish to remove |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Network_LoadBalancer_VirtualIpAddress]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Application_Delivery_Controller/{SoftLayer_Network_Application_Delivery_ControllerID}/deleteLiveLoadBalancer'