diff --git a/api/swagger.yaml b/api/swagger.yaml index fa188f9c6b..161d4ae58e 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -4045,6 +4045,13 @@ paths: examples: application/json: message: "No such container: c2ada9df5af8" + 409: + description: "conflict" + schema: + $ref: "#/definitions/ErrorResponse" + examples: + application/json: + message: "You cannot remove a running container: c2ada9df5af8. Stop the container before attempting removal or use -f" 500: description: "server error" schema: