mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-27 16:18:54 +00:00
1.2 KiB
1.2 KiB
/v2/projects/{project_id}
GET /v2/projects/{project_id}
Get a project
Parameters
- project_id: Project UUID
Response status codes
- 200: Project information returned
- 404: The project doesn't exist
Sample session
../../../examples/controller_get_projectsprojectid.txt
DELETE /v2/projects/{project_id}
Delete a project from disk
Parameters
- project_id: Project UUID
Response status codes
- 404: The project doesn't exist
- 204: Changes have been written on disk
Sample session
../../../examples/controller_delete_projectsprojectid.txt