Virtual Machines
Reset VM password
Reset the root/admin password of a virtual machine. The new password will be emailed to the account owner.
post/api/v1/vms/{id}/reset-password
Path parameters
idstring uuid required
VM ID (UUID)
Headers
X-Project-IDstring uuid required
Project ID. Required for all mutating operations (create, delete, power actions, resize).
Response
Password reset initiated
Example response
{
"success": true,
"message": "Operation completed successfully"
}