mirror of
https://github.com/GNS3/gns3-server
synced 2025-01-04 21:20:55 +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
|
|
|