Replace load balancer tags
Load Balancers
Replace load balancer tags
deprecated
Deprecated: Use PATCH /v1/loadbalancers/{project_id}/{region_id}/{load_balancer_id} instead.
PUT
Replace load balancer tags
Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Project ID
Example:
1
Region ID
Example:
7
Load-Balancer ID
Example:
"ac307687-31a4-4a11-a949-6bea1b2878f5"
Body
application/json
Tag value. Maximum 255 characters. Cannot contain tabs, newlines, empty string or start/end with whitespace. Set to null in order to delete this tag.
Required string length:
1 - 255Pattern:
^[^ \t\n\r\f\v]([^\t\n\r\f\v]*[^ \t\n\r\f\v])?$Example:
"my-tag-value"
Response
204
No Content