mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-29 00:58:53 +00:00
da00aa030a
Fix #116
752 B
752 B
/v1/projects/{project_id}/qemu/vms/{vm_id}/stop
POST /v1/projects/{project_id}/qemu/vms/{vm_id}/stop
Stop a Qemu.instance
Parameters
- vm_id: UUID for the instance
- project_id: UUID for the project
Response status codes
- 400: Invalid request
- 404: Instance doesn't exist
- 204: Instance stopped
Sample session
../../examples/post_projectsprojectidqemuvmsvmidstop.txt