mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-17 17:24:51 +02:00
25 lines
451 B
ReStructuredText
25 lines
451 B
ReStructuredText
|
/project/{uuid}/close
|
||
|
---------------------------------------------
|
||
|
|
||
|
.. contents::
|
||
|
|
||
|
POST /project/**{uuid}**/close
|
||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||
|
Close project
|
||
|
|
||
|
Parameters
|
||
|
**********
|
||
|
- **uuid**: Project instance UUID
|
||
|
|
||
|
Response status codes
|
||
|
**********************
|
||
|
- **404**: Project instance doesn't exist
|
||
|
- **204**: Project closed
|
||
|
|
||
|
Sample session
|
||
|
***************
|
||
|
|
||
|
|
||
|
.. literalinclude:: examples/post_projectuuidclose.txt
|
||
|
|