Virtual Machines
Stop VM
Stop a running virtual machine. The VM will retain its resources and can be started again.
post/api/v1/vms/{id}/stop
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
VM stopped
Example response
{
"success": true,
"message": "Operation completed successfully"
}