Delete VS
Da Wiki Neen.
Versione delle 17:13, 20 feb 2014, autore: M.zani (Discussione | contributi)
DELETE /virtual_machines/:id.xml
DELETE /virtual_machines/:id.json
XML Request example
curl -i -X DELETE -u user:userpass http://cloud.neen.it/virtual_machines/:id.xml?convert_last_backup=1&destroy_all_backups=1
JSON Request example
curl -i -X DELETE -u user:userpass http://cloud.neen.it/virtual_machines/:id.json?convert_last_backup=1&destroy_all_backups=1
Where:
- id – the ID of a VS you want to delete
- convert_last_backup – set 1 to convert the last VS's backup to template, otherwise set 0
- destroy_all_backups – set 1 to destroy all existing backups of this VS, otherwise set 0