Delete VM

Delete virtual machine

Start VM URL:

POSThttps://api.hyperleaf.com/api/vms/delete

Request Fields (* required)

Name
Type
Description

uuid*

string

UUID of the virtual machine

Post Example

curl https://api.hyperleaf.com/api/vms/delete?key=mykey \
    -d 'uuid=32h9-2hf92h'2d23fh92h'

Response Examples

{"status":"ok"}

Last updated