Volumes
Create or update volume tags
Create or update one or more tags for a volume. If a tag does not exist, it gets created. If a tag already exists, its value is overwritten.
POST
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
Examples:
1
Region ID
Examples:
1
Volume ID
Examples:
"726ecfcc-7fd0-4e30-a86e-7892524aa483"
Body
application/json · CreateTagsSerializer · 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
No Content