v12

latestOpenAPI 3.0.3raw.githubusercontent.com2026-06-1811583196.1 KB
Virtual Machines

Append to VM note

Append content to the existing note (separated by a newline). If no note exists yet for this scope, the new content becomes the entire note body.

Use this when you want to add to a note without losing what's already there — for example, a teammate adding a line to the shared account note.

post/api/v1/vms/{id}/notes/{type}/append

Path parameters

idstring uuid required

VM ID (UUID)

type'personal' | 'account' required

Note scope. personal is visible only to the writer; account is shared across the account.

Headers

X-Project-IDstring uuid required

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

Request body

contentstring required

Note text. Pass an empty string to clear the note.

Response

Content appended (or note created if it didn't exist)

successboolean