PUT
/
cloud
/
v1
/
instances
/
{project_id}
/
{region_id}
/
{instance_id}
/
metadata
curl --request PUT \
  --url https://api.gcore.com/cloud/v1/instances/{project_id}/{region_id}/{instance_id}/metadata \
  --header 'APIKey: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

project_id
integer
required

Project ID

region_id
integer
required

Region ID

instance_id
string
required

Instance ID

Body

application/json · UpdateTagsSerializer · object

A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.

Response

204

Everything is OK