mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-25 01:38:08 +00:00
19 lines
362 B
ReStructuredText
19 lines
362 B
ReStructuredText
|
/vpcs/{uuid}/reload
|
||
|
---------------------------------------------
|
||
|
|
||
|
.. contents::
|
||
|
|
||
|
POST /vpcs/**{uuid}**/reload
|
||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||
|
Remove a NIO from a VPCS
|
||
|
|
||
|
Parameters
|
||
|
**********
|
||
|
- **uuid**: VPCS instance UUID
|
||
|
|
||
|
Response status codes
|
||
|
**********************
|
||
|
- **404**: VPCS instance doesn't exist
|
||
|
- **204**: VPCS reloaded
|
||
|
|