Delete pool member
bycloud load-balancers pools-members delete --load_balancer_id <load_balancer_id> --pool_id <pool_id> [flags]Remove a member from a pool
Options
--load_balancer_id
stringrequiredLoad Balancer ID
--member_id
stringrequiredPool Member ID
--pool_id
stringrequiredPool ID
--output
(-o)
stringoptionalOutput format: text, json, or yaml
Values: "text", "json", "yaml"
Default: "text"
Command
bycloud load-balancers pools-members delete \--load_balancer_id "abc-123" \--pool_id "abc-123" \--member_id "abc-123"
Output
Success