cancelLoadBalancer


SoftLayer_Network_LBaaS_LoadBalancer::cancelLoadBalancer

Cancel the specified load balancer.

Description

Cancel a load balancer with the given uuid. The billing system will execute the deletion of load balancer and all objects associated with it such as load balancer appliances, listeners, pools and members in the background.

Parameters

Name Type Description
uuid string

Required Headers

Optional Headers

  • None

Return Values

  • boolean
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_LBaaS_LoadBalancer/cancelLoadBalancer'