Why am I receiving a 409 conflict error code when I update or delete a load balancer?
Use the following information to resolve 409 conflict error codes when updating or deleting a load balancer.
You receive a 409 error code when updating or deleting a load balancer.
The HTTP 409 status code indicates that the request could not be processed because of conflict in the request. If you are receiving this status code, it might be for one of the following reasons:
- You cannot
updatethe load balancer configuration if the load balancer status is notACTIVE. - You cannot
deletea load balancer if the load balancer status is notACTIVEorERROR. - You cannot
deletea load balancer that is already inDELETE_PENDINGstate. - You cannot
deletea load balancer if it has one or more pools that are attached to instance groups. - You cannot
deletea load balancer pool if it is attached to an instance group. - You cannot
add/delete/updatemembers to a pool that is managed by an instance group.
Check and resolve any of the possible existing causes listed previously.