Merge pull request #30898 from allencloud/add-link-query-in-container-rm-api-doc

add link query in container rm api doc
(cherry picked from commit b89aff1afa)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2017-02-18 09:53:51 -08:00 committed by Sebastiaan van Stijn
parent c611906062
commit fdd29d9085
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C
8 changed files with 19 additions and 0 deletions

View file

@ -4043,6 +4043,11 @@ paths:
description: "If the container is running, kill it before removing it."
type: "boolean"
default: false
- name: "link"
in: "query"
description: "Remove the specified link associated with the container."
type: "boolean"
default: false
tags: ["Container"]
/containers/{id}/archive:
head:

View file

@ -1056,6 +1056,8 @@ Remove the container `id` from the filesystem
associated to the container. Default `false`.
- **force** - 1/True/true or 0/False/false, Kill then remove the container.
Default `false`.
- **link** - 1/True/true or 0/False/false, Remove the specified
link associated to the container. Default `false`.
**Status codes**:

View file

@ -1095,6 +1095,8 @@ Remove the container `id` from the filesystem
associated to the container. Default `false`.
- **force** - 1/True/true or 0/False/false, Kill then remove the container.
Default `false`.
- **link** - 1/True/true or 0/False/false, Remove the specified
link associated to the container. Default `false`.
**Status codes**:

View file

@ -1102,6 +1102,8 @@ Remove the container `id` from the filesystem
associated to the container. Default `false`.
- **force** - 1/True/true or 0/False/false, Kill then remove the container.
Default `false`.
- **link** - 1/True/true or 0/False/false, Remove the specified
link associated to the container. Default `false`.
**Status codes**:

View file

@ -1185,6 +1185,8 @@ Remove the container `id` from the filesystem
associated to the container. Default `false`.
- **force** - 1/True/true or 0/False/false, Kill then remove the container.
Default `false`.
- **link** - 1/True/true or 0/False/false, Remove the specified
link associated to the container. Default `false`.
**Status codes**:

View file

@ -1364,6 +1364,8 @@ Remove the container `id` from the filesystem
associated to the container. Default `false`.
- **force** - 1/True/true or 0/False/false, Kill then remove the container.
Default `false`.
- **link** - 1/True/true or 0/False/false, Remove the specified
link associated to the container. Default `false`.
**Status codes**:

View file

@ -1399,6 +1399,8 @@ Remove the container `id` from the filesystem
associated to the container. Default `false`.
- **force** - 1/True/true or 0/False/false, Kill then remove the container.
Default `false`.
- **link** - 1/True/true or 0/False/false, Remove the specified
link associated to the container. Default `false`.
**Status codes**:

View file

@ -1426,6 +1426,8 @@ Remove the container `id` from the filesystem
associated to the container. Default `false`.
- **force** - 1/True/true or 0/False/false, Kill then remove the container.
Default `false`.
- **link** - 1/True/true or 0/False/false, Remove the specified
link associated to the container. Default `false`.
**Status codes**: