# Update a Load Balancer Service **PUT /load-balancer/{id}/service/{service-id}** ## Servers - https://api-ch-gva-2.exoscale.com/v2: https://api-ch-gva-2.exoscale.com/v2 () ## Parameters ### Path parameters - **id** (string(uuid)) - **service-id** (string(uuid)) ### Body: application/json (object) - **name** (string) Load Balancer Service name - **description** (string) Load Balancer Service description - **protocol** (string) Network traffic protocol - **strategy** (string) Load balancing strategy - **port** (integer(int64)) Port exposed on the Load Balancer's public IP - **target-port** (integer(int64)) Port on which the network traffic will be forwarded to on the receiving instance - **healthcheck** (object) Load Balancer Service healthcheck ## Responses ### 200 200 #### Body: application/json (object) - **id** (string(uuid)) Operation ID - **reason** (string) Operation failure reason - **reference** (object) Related resource reference - **message** (string) Operation message - **state** (string) Operation status [Powered by Bump.sh](https://bump.sh)