Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url https://api.tenbytecloud.com/v1/network/load_balancers/{load_balancer_uuid} \ --header 'Content-Type: application/json' \ --header 'apikey: <api-key>' \ --data ' { "display_name": "my new LB Name" } '
{ "uuid": "438ac62f-e97b-4ef0-8940-507b9e94af43", "display_name": "my new LB Name" }
Rename load balancer. Location-specific endpoint.
Updated load balancer
The response is of type object.
object