Skip to main content
POST
Create or update instance tags

Authorizations

Authorization
string
header
required

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
integer
required

Project ID

region_id
integer
required

Region ID

instance_id
string<uuid4>
required

Instance ID

Body

application/json

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. Legacy variant of CreateTagsSerializer: keys allow up to 255 characters and values up to 1024 characters, with no character restrictions, matching the pre-migration validation rules for the deprecated v1 instance metadata endpoints.

{key}
string
Maximum string length: 1024

Response

204

No Content