mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
20 lines
387 B
ReStructuredText
20 lines
387 B
ReStructuredText
/vpcs/{uuid}/reload
|
|
---------------------------------------------
|
|
|
|
.. contents::
|
|
|
|
POST /vpcs/**{uuid}**/reload
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
Reload a VPCS instance
|
|
|
|
Parameters
|
|
**********
|
|
- **uuid**: Instance UUID
|
|
|
|
Response status codes
|
|
**********************
|
|
- **400**: Invalid instance UUID
|
|
- **404**: Instance doesn't exist
|
|
- **204**: Instance reloaded
|
|
|