Stop VS
To terminate the VS forcefully, use the following request:
POST /virtual_machines/:virtual_machine_id/stop.xml
POST /virtual_machines/:virtual_machine_id/stop.json
XML Request Example
curl -i -X POST -u user:userpass --url http://onapp.test/virtual_machines/12/stop.xml
JSON Request Example
curl -i -X POST -u user:userpass --url http://onapp.test/virtual_machines/12/stop.json