mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-17 05:48:58 +00:00
21 lines
638 B
ReStructuredText
21 lines
638 B
ReStructuredText
/v1/projects/{project_id}/docker/images/{id}
|
|
----------------------------------------------------------------------------------------------------------------------
|
|
|
|
.. contents::
|
|
|
|
DELETE /v1/projects/**{project_id}**/docker/images/**{id}**
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
Delete a Docker container
|
|
|
|
Parameters
|
|
**********
|
|
- **id**: ID for the container
|
|
- **project_id**: UUID for the project
|
|
|
|
Response status codes
|
|
**********************
|
|
- **400**: Invalid request
|
|
- **404**: Instance doesn't exist
|
|
- **204**: Instance deleted
|
|
|