Skip to main content
POST
/
vm
/
reset-password
/
{id}
Reset a vm password
curl --request POST \
  --url https://iaas-api.liara.ir/vm/reset-password/{id} \
  --header 'Authorization: Bearer <token>'
{
  "password": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Successful operation

password
string