Skip to main content
PATCH
/
network
/
load_balancers
/
{load_balancer_uuid}
Rename load balancer
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"
}

Authorizations

apikey
string
header
required

Path Parameters

load_balancer_uuid
string
required

Body

application/json
display_name
string
required

Response

200 - application/json

Updated load balancer

The response is of type object.