Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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.
API key authentication. API keys should be passed using the format Bearer API_KEY.
Bearer API_KEY
Show child attributes
A successful response.