Virtual Machines
Factory reset VM
Factory reset a virtual machine to its original state. This will destroy all data on the VM and restore it to the original template.
post/api/v1/vms/{id}/factory-reset
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
Factory reset initiated
Example response
{
"success": true,
"message": "Operation completed successfully"
}