Virtual Machines
Reinstall VM
Reinstall a virtual machine with a new OS template. This will destroy all data on the VM.
post/api/v1/vms/{id}/reinstall
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).
Request body
Response
VM reinstall initiated
Example response
{
"success": true,
"message": "Operation completed successfully"
}