1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-28 11:18:11 +00:00
gns3-server/docs/api/v1vpcsuuidstop.rst

20 lines
433 B
ReStructuredText
Raw Normal View History

2015-02-04 09:31:31 +00:00
/v1/vpcs/{uuid}/stop
-----------------------------------------------------------
2015-01-20 14:21:13 +00:00
.. contents::
2015-02-04 09:31:31 +00:00
POST /v1/vpcs/**{uuid}**/stop
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2015-01-20 14:21:13 +00:00
Stop a VPCS instance
Parameters
**********
2015-01-26 08:36:26 +00:00
- **uuid**: Instance UUID
2015-01-20 14:21:13 +00:00
Response status codes
**********************
- **400**: Invalid VPCS instance UUID
2015-01-26 08:36:26 +00:00
- **404**: Instance doesn't exist
- **204**: Instance stopped
2015-01-20 14:21:13 +00:00