lightsail_detach_instances_from_load_balancer {paws.compute}R Documentation

Detaches the specified instances from a Lightsail load balancer

Description

Detaches the specified instances from a Lightsail load balancer.

See https://www.paws-r-sdk.com/docs/lightsail_detach_instances_from_load_balancer/ for full documentation.

Usage

lightsail_detach_instances_from_load_balancer(loadBalancerName, instanceNames)

Arguments

loadBalancerName

[required] The name of the Lightsail load balancer.

instanceNames

[required] An array of strings containing the names of the instances you want to detach from the load balancer.


[Package paws.compute version 0.9.0 Index]