Skip to main content
POST
/
v1
/
projects
/
{projectId}
/
vm
/
{id}
/
password
Update virtual machine password
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>"
}'
{}

Authorizations

Authorization
string
header
required

Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>

Path Parameters

projectId
string
required
id
string
required

Body

application/json
password
string
required

Response

A successful response.

The response is of type object.