API: Delete container can return 409, but that isn't documented. #29796
Signed-off-by: Daniel Zhang <jmzwcn@gmail.com>
This commit is contained in:
parent
997777ae92
commit
c0cf14a73c
1 changed files with 7 additions and 0 deletions
|
@ -4045,6 +4045,13 @@ paths:
|
||||||
examples:
|
examples:
|
||||||
application/json:
|
application/json:
|
||||||
message: "No such container: c2ada9df5af8"
|
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:
|
500:
|
||||||
description: "server error"
|
description: "server error"
|
||||||
schema:
|
schema:
|
||||||
|
|
Loading…
Reference in a new issue