ByCloud Docs
GuidesCLIAPISDK

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

stringrequired

Load Balancer ID

--member_id

stringrequired

Pool Member ID

--pool_id

stringrequired

Pool ID

--output

(-o)

stringoptional

Output 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