mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-18 14:28:08 +00:00
20 lines
388 B
ReStructuredText
20 lines
388 B
ReStructuredText
/vpcs/{uuid}/start
|
|
---------------------------------------------
|
|
|
|
.. contents::
|
|
|
|
POST /vpcs/**{uuid}**/start
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
Start a VPCS instance
|
|
|
|
Parameters
|
|
**********
|
|
- **uuid**: Instance UUID
|
|
|
|
Response status codes
|
|
**********************
|
|
- **400**: Invalid VPCS instance UUID
|
|
- **404**: Instance doesn't exist
|
|
- **204**: Instance started
|
|
|