1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-20 14:58:57 +00:00
gns3-server/docs/api/v2/controller/snapshot/projectsprojectidsnapshotssnapshotid.rst

26 lines
816 B
ReStructuredText
Raw Normal View History

2016-07-26 17:57:53 +00:00
/v2/projects/{project_id}/snapshots/{snapshot_id}
------------------------------------------------------------------------------------------------------------------------------------------
.. contents::
DELETE /v2/projects/**{project_id}**/snapshots/**{snapshot_id}**
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Delete a snapshot from disk
Parameters
**********
2016-10-20 08:54:07 +00:00
- **project_id**: Project UUID
2020-04-15 08:46:45 +00:00
- **snapshot_id**: Snapshot UUID
2016-07-26 17:57:53 +00:00
Response status codes
**********************
- **204**: Changes have been written on disk
2017-03-06 13:35:39 +00:00
- **404**: The project or snapshot doesn't exist
2016-07-26 17:57:53 +00:00
2017-03-21 12:32:04 +00:00
Sample session
***************
.. literalinclude:: ../../../examples/controller_delete_projectsprojectidsnapshotssnapshotid.txt