cURL
curl --request POST \ --url https://rest.compute.cudo.org/v1/projects/{projectId}/vm/{id}/metadata \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "merge": true, "metadata": {} } '
{ "metadata": {} }
Updates the metadata of a virtual machine.
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
Show child attributes
A successful response.