Use this to reset your virtual server (VM) password. The reset initiates a server reboot to ensure the new password is applied. The endpoint returns an ID that may be needed to track the operation's status.
vmid integer · min: 1 required Example Unique vmid identifier
Accept Example Content-Type Example password string required success boolean timestamp string requestId string data object error string message string code string timestamp string requestId string error string message string code string timestamp string requestId string https://cloud.hostup.se/api/vm/{vmid}/reset-password curl -X POST "https://cloud.hostup.se/api/vm/6912/reset-password" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"password": "string"
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true,
"message": "string",
"vmid": "string",
"accountId": "string"
}
} {
"password": "string"
}