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.
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
A successful response.
The response is of type object.
object