Skip to main content
PUT
/
cloud
/
v2
/
loadbalancers
/
{project_id}
/
{region_id}
/
{load_balancer_id}
/
metadata
Replace load balancer tags
curl --request PUT \
  --url https://api.gcore.com/cloud/v2/loadbalancers/{project_id}/{region_id}/{load_balancer_id}/metadata \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "cost-center": "Atlanta",
  "data-center": "A"
}'
{
  "tasks": [
    "d478ae29-dedc-4869-82f0-96104425f565"
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

project_id
integer
required
region_id
integer
required
load_balancer_id
string
required

Body

application/json · RawMetadataSerializer · object

Response

200 - application/json
tasks
string[]
required
Examples: