1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-12-04 22:28:12 +00:00
gns3-server/docs/api/v2/hypervisor/docker/projectsprojectiddockervmsid.rst

21 lines
690 B
ReStructuredText
Raw Normal View History

2016-03-07 16:57:12 +00:00
/v2/hypervisor/projects/{project_id}/docker/vms/{id}
------------------------------------------------------------------------------------------------------------------------------------------
2015-06-10 12:35:53 +00:00
.. contents::
2016-03-07 16:57:12 +00:00
DELETE /v2/hypervisor/projects/**{project_id}**/docker/vms/**{id}**
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2015-10-16 17:05:29 +00:00
Delete a Docker container
Parameters
**********
- **project_id**: UUID for the project
2016-03-14 19:37:07 +00:00
- **id**: ID for the container
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