Skip to main content
POST
/
cloud
/
v1
/
loadbalancers
/
{project_id}
/
{region_id}
/
{load_balancer_id}
/
metadata
Create or update load balancer tags
curl --request POST \
  --url https://api.gcore.com/cloud/v1/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"
}'

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

204