Set virtual machine meta info

Egor

New Member
Nov 21, 2016
28
1
3
33
I need to set meta info for my virtual machine so that I could identify it in the future.

When I do POST request to create a virtual machine I can use the field description in order to set my meta info:
request.AddParameter("description", "Secure Virtual Machine version 4.0.31.342. @KaspeskyLab");

But this information is available for edit in the Proxmox GUI:
upload_2017-3-7_18-57-27.png

Is there a way to specify meta info for a virtual machine which is not easily available for admins to edit?