Update a NodeBalancer

Updates information about a NodeBalancer you can access.

🚧

You can configure UDP on the same NodeBalancer that also uses TCP, HTTP, or HTTPS, but only when managing it through the API. If UDP is configured and you make changes to the TCP, HTTP or HTTPS settings in Cloud Manager, the existing UDP configuration will be overwritten. This is because Cloud Manager doesn't currently support UDP.

linode-cli nodebalancers update 12345 \ --label balancer12345 \ --client_conn_throttle 0
Learn more...
nodebalancers:read_write
Learn more...
Path Params
string
required

Enum Call either the v4 URL, or v4beta for operations still in Beta.

integer
required

The ID of the NodeBalancer.

Body Params
integer
0 to 20

Throttle TCP connections per second for TCP, HTTP, and HTTPS configurations. Set to 0 (zero) to disable throttling.

string
length between 3 and 32

Filterable This NodeBalancer's label. These must be unique on your Account.

tags
array of strings

Filterable An array of Tags applied to this object. Tags are for organizational purposes only.

tags
Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json