Backup VM
Running this function will make an image out of your virtual machine that you can use to restore or build a new VM.
Backup VM URL:
POSThttps://api.hyperleaf.com/api/vms/backup
Request Fields (* required)
Name
Type
Description
uuid*
string
UUID of the virtual machine
backup_name*
string
name of the backup
pause
yes / no
pause the virtual machine while doing backup
Post Example
curl https://api.hyperleaf.com/api/vms/backup?key=mykey \
-d 'uuid=32h9-2hf92h'2d23fh92h' \
-d 'backup_name=my+personal+machine'Response Examples
Last updated