Maszyny wirtualne
Update VM notes
Sets VM notes immediately (synchronous Proxmox config write).
Authorization
bearerAuth AuthorizationBearer <token>
API key created in the portal (Settings → API Keys). Send as Authorization: Bearer <key>.
In: header
Path Parameters
project_uuid*string
Project UUID.
vmid*integer
VM identifier (VMID).
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
VM notes (not the hostname).
Response Body
application/json
curl -X PUT "https://example.com/cloud/project/string/vm/0/notes/" \ -H "Content-Type: application/json" \ -d '{}'{ "message": "string"}Empty
Empty
Empty
Empty