Remove a container
DELETE/api/node/:hostname/container/docker/:id
Remove a container from the target node. Use the force query parameter to remove a running container.
Request
Responses
- 202
- 400
- 401
- 403
- 404
- 500
Container removal accepted.
Invalid request parameters.
Unauthorized - API key required
Forbidden - Insufficient permissions
Container not found.
Error removing container.