cURL
curl --request POST \ --url https://rest.compute.cudo.org/v1/projects/{projectId}/vm/{id}/password \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "password": "<string>" } '
{}
Updates the root or administrator password of a virtual machine.
API key authentication. API keys should be passed using the format Bearer API_KEY.
Bearer API_KEY
A successful response.
The response is of type object.
object