# Cloud Cost AutoStopping Load Balancers This contains APIs to create and manage load balancers used for AutoStopping. ## Return all the load balancers - [GET /gateway/lw/api/accounts/{account_id}/autostopping/loadbalancers](https://apidocs.harness.io/openapi-merged/cloud-cost-autostopping-load-balancers/listloadbalancers.md): Returns all the load balancers for the given identifier. ## Update a load balancer - [PUT /gateway/lw/api/accounts/{account_id}/autostopping/loadbalancers](https://apidocs.harness.io/openapi-merged/cloud-cost-autostopping-load-balancers/editloadbalancer.md): Updates a load balancer for the given identifier. ## Create a load balancer - [POST /gateway/lw/api/accounts/{account_id}/autostopping/loadbalancers](https://apidocs.harness.io/openapi-merged/cloud-cost-autostopping-load-balancers/createloadbalancer.md): Creates a load balancer. ## Delete load balancers and the associated resources - [DELETE /gateway/lw/api/accounts/{account_id}/autostopping/loadbalancers](https://apidocs.harness.io/openapi-merged/cloud-cost-autostopping-load-balancers/deleteloadbalancer.md): Deletes load balancers and the associated resources for the given identifier. ## Return details of a load balancer - [GET /gateway/lw/api/accounts/{account_id}/autostopping/loadbalancers/{lb_id}](https://apidocs.harness.io/openapi-merged/cloud-cost-autostopping-load-balancers/describeloadbalancer.md): Retuns details of a load balancer for the given identifier. ## Return all the AutoStopping Rules in a load balancer - [GET /gateway/lw/api/accounts/{account_id}/autostopping/loadbalancers/{lb_id}/rules](https://apidocs.harness.io/openapi-merged/cloud-cost-autostopping-load-balancers/accesspointrules.md): Returns all the AutoStopping Rules for the given load balancer identifier. ## Return last activity details of a load balancer - [GET /gateway/lw/api/accounts/{account_id}/autostopping/loadbalancers/{lb_id}/last_active_at](https://apidocs.harness.io/openapi-merged/cloud-cost-autostopping-load-balancers/loadbalanceractivity.md): Returns the last activity details for the given load balancer identifier.