Update a tag’s name or priority on a specific VM. Returns the updated full tag list for the VM.
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.
Updated May 8, 2026Documentation Index
Fetch the complete documentation index at: https://docs.rafftechnologies.com/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication. Each key is bound to a specific account.
Project ID. Required for all mutating operations (create, delete, power actions, resize).
VM ID (UUID)
Tag ID (UUID). Get it from the tags array on GET /api/v1/vms/{id} — each tag has an id field.