Detach Instances From Load Balancer
POST {{aws_lightsail_base_url}}/?instanceNames&loadBalancerName&Version=2016-11-28
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
instanceNames | null | An array of strings containing the names of the instances you want to detach from the load balancer. | |
loadBalancerName | null | The name of the Lightsail load balancer. | |
Version | string | The version of the API. |
Request Body
{"instanceNames"=>["string"], "loadBalancerName"=>"string"}