Skip to main content
PATCH
Update VM tag
Updated May 8, 2026

Authorizations

X-API-Key
string
header
required

API key for authentication. Each key is bound to a specific account.

Headers

X-Project-ID
string<uuid>
required

Project ID. Required for all mutating operations (create, delete, power actions, resize).

Path Parameters

id
string<uuid>
required

VM ID (UUID)

tagId
string<uuid>
required

Tag ID (UUID). Get it from the tags array on GET /api/v1/vms/{id} — each tag has an id field.

Body

application/json

At least one field is required.

name
string

New tag name.

Required string length: 1 - 64
priority
integer

New display priority.

Response

Tag updated

Returns the full updated tag list for the VM.

success
boolean
required
Example:

true

tags
object[]
required
Last modified on May 8, 2026