1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-12 02:48:55 +00:00
gns3-server/docs/api/v1/docker/projectsprojectiddockerimagesid.rst

21 lines
638 B
ReStructuredText
Raw Normal View History

2015-10-16 17:05:29 +00:00
/v1/projects/{project_id}/docker/images/{id}
2015-06-10 12:35:53 +00:00
----------------------------------------------------------------------------------------------------------------------
.. contents::
2015-10-16 17:05:29 +00:00
DELETE /v1/projects/**{project_id}**/docker/images/**{id}**
2015-06-10 12:35:53 +00:00
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2015-10-16 17:05:29 +00:00
Delete a Docker container
Parameters
**********
- **id**: ID for the container
- **project_id**: UUID for the project
2015-06-10 12:35:53 +00:00
Response status codes
**********************
2015-10-16 17:05:29 +00:00
- **400**: Invalid request
- **404**: Instance doesn't exist
- **204**: Instance deleted
2015-06-10 12:35:53 +00:00