Delete VS
Da Wiki Neen.
(Differenze fra le revisioni)
M.zani (Discussione | contributi)
(Creata pagina con 'DELETE /virtual_machines/:id.xml<br>DELETE /virtual_machines/:id.json XML Request example curl -i -X DELETE -u user:userpass http://<span style="background-color: navy; color:...')
Differenza successiva →
(Creata pagina con 'DELETE /virtual_machines/:id.xml<br>DELETE /virtual_machines/:id.json XML Request example curl -i -X DELETE -u user:userpass http://<span style="background-color: navy; color:...')
Differenza successiva →
Versione delle 15:05, 20 feb 2014
DELETE /virtual_machines/:id.xml
DELETE /virtual_machines/:id.json
XML Request example
curl -i -X DELETE -u user:userpass http://<span style="background-color: navy; color: white;" />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://<span style="background-color: navy; color: white;" />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