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
Response
Content appended (or note created if it didn't exist)