cURL
curl --request POST \ --url https://api.nova-cloud.ai/vms/{vm_id}/set-label \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "instance_label": "<string>" } '
{ "message": "<string>" }
Set or update the user-defined label for a VM.
Use a JWT access token or API key (prefixed with nv_)
Instance label (max 32 characters, ASCII only)
32
Label updated