Update VM tag
Tags
Update VM tag
Update a tag’s name or priority on a specific VM. Returns the updated full tag list for the VM.
Finding the tag ID
Tags are returned in the tags array of GET /api/v1/vms/{id}. Each tag includes its id, name, priority, and created_at. Use the tag’s id as tagId here.
PATCH
Update VM tag
Updated May 8, 2026
Authorizations
API key for authentication. Each key is bound to a specific account.
Headers
Project ID. Required for all mutating operations (create, delete, power actions, resize).
Path Parameters
VM ID (UUID)
Tag ID (UUID). Get it from the tags array on GET /api/v1/vms/{id} — each tag has an id field.
Body
application/json
Last modified on May 8, 2026