Detach Instances From Load Balancer

POST {{aws_lightsail_base_url}}/?instanceNames&loadBalancerName&Version=2016-11-28

Request Params

KeyDatatypeRequiredDescription
instanceNamesnullAn array of strings containing the names of the instances you want to detach from the load balancer.
loadBalancerNamenullThe name of the Lightsail load balancer.
VersionstringThe version of the API.

Request Body

{"instanceNames"=>["string"], "loadBalancerName"=>"string"}