gns3-server/docs/api/v2/controller/snapshot/projectsprojectidsnapshotssnapshotid.rst
grossmj 7f72b90b0e The server has now 2 notification streams
* A new one for controller related events (compute, appliance templates etc.)
* The existing one for project related events (links, nodes etc.)
2018-08-16 21:31:57 +07:00

816 B

/v2/projects/{project_id}/snapshots/{snapshot_id}

DELETE /v2/projects/{project_id}/snapshots/{snapshot_id}

Delete a snapshot from disk

Parameters

  • project_id: Project UUID
  • snapshot_id: Snasphot UUID

Response status codes

  • 404: The project or snapshot doesn't exist
  • 204: Changes have been written on disk

Sample session

../../../examples/controller_delete_projectsprojectidsnapshotssnapshotid.txt