Remove VM tag
Tags
Remove VM tag
Remove a tag from a 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.
DELETE
Remove 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.
Last modified on May 8, 2026