add link query in container rm api doc
(cherry picked from commit b89aff1afa1f61993ab2ba18fd62d9375a195f5d)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -4043,6 +4043,11 @@ paths: |
| 4043 | 4043 |
description: "If the container is running, kill it before removing it." |
| 4044 | 4044 |
type: "boolean" |
| 4045 | 4045 |
default: false |
| 4046 |
+ - name: "link" |
|
| 4047 |
+ in: "query" |
|
| 4048 |
+ description: "Remove the specified link associated with the container." |
|
| 4049 |
+ type: "boolean" |
|
| 4050 |
+ default: false |
|
| 4046 | 4051 |
tags: ["Container"] |
| 4047 | 4052 |
/containers/{id}/archive:
|
| 4048 | 4053 |
head: |
| ... | ... |
@@ -1056,6 +1056,8 @@ Remove the container `id` from the filesystem |
| 1056 | 1056 |
associated to the container. Default `false`. |
| 1057 | 1057 |
- **force** - 1/True/true or 0/False/false, Kill then remove the container. |
| 1058 | 1058 |
Default `false`. |
| 1059 |
+- **link** - 1/True/true or 0/False/false, Remove the specified |
|
| 1060 |
+ link associated to the container. Default `false`. |
|
| 1059 | 1061 |
|
| 1060 | 1062 |
**Status codes**: |
| 1061 | 1063 |
|
| ... | ... |
@@ -1095,6 +1095,8 @@ Remove the container `id` from the filesystem |
| 1095 | 1095 |
associated to the container. Default `false`. |
| 1096 | 1096 |
- **force** - 1/True/true or 0/False/false, Kill then remove the container. |
| 1097 | 1097 |
Default `false`. |
| 1098 |
+- **link** - 1/True/true or 0/False/false, Remove the specified |
|
| 1099 |
+ link associated to the container. Default `false`. |
|
| 1098 | 1100 |
|
| 1099 | 1101 |
**Status codes**: |
| 1100 | 1102 |
|
| ... | ... |
@@ -1102,6 +1102,8 @@ Remove the container `id` from the filesystem |
| 1102 | 1102 |
associated to the container. Default `false`. |
| 1103 | 1103 |
- **force** - 1/True/true or 0/False/false, Kill then remove the container. |
| 1104 | 1104 |
Default `false`. |
| 1105 |
+- **link** - 1/True/true or 0/False/false, Remove the specified |
|
| 1106 |
+ link associated to the container. Default `false`. |
|
| 1105 | 1107 |
|
| 1106 | 1108 |
**Status codes**: |
| 1107 | 1109 |
|
| ... | ... |
@@ -1185,6 +1185,8 @@ Remove the container `id` from the filesystem |
| 1185 | 1185 |
associated to the container. Default `false`. |
| 1186 | 1186 |
- **force** - 1/True/true or 0/False/false, Kill then remove the container. |
| 1187 | 1187 |
Default `false`. |
| 1188 |
+- **link** - 1/True/true or 0/False/false, Remove the specified |
|
| 1189 |
+ link associated to the container. Default `false`. |
|
| 1188 | 1190 |
|
| 1189 | 1191 |
**Status codes**: |
| 1190 | 1192 |
|
| ... | ... |
@@ -1364,6 +1364,8 @@ Remove the container `id` from the filesystem |
| 1364 | 1364 |
associated to the container. Default `false`. |
| 1365 | 1365 |
- **force** - 1/True/true or 0/False/false, Kill then remove the container. |
| 1366 | 1366 |
Default `false`. |
| 1367 |
+- **link** - 1/True/true or 0/False/false, Remove the specified |
|
| 1368 |
+ link associated to the container. Default `false`. |
|
| 1367 | 1369 |
|
| 1368 | 1370 |
**Status codes**: |
| 1369 | 1371 |
|
| ... | ... |
@@ -1399,6 +1399,8 @@ Remove the container `id` from the filesystem |
| 1399 | 1399 |
associated to the container. Default `false`. |
| 1400 | 1400 |
- **force** - 1/True/true or 0/False/false, Kill then remove the container. |
| 1401 | 1401 |
Default `false`. |
| 1402 |
+- **link** - 1/True/true or 0/False/false, Remove the specified |
|
| 1403 |
+ link associated to the container. Default `false`. |
|
| 1402 | 1404 |
|
| 1403 | 1405 |
**Status codes**: |
| 1404 | 1406 |
|
| ... | ... |
@@ -1426,6 +1426,8 @@ Remove the container `id` from the filesystem |
| 1426 | 1426 |
associated to the container. Default `false`. |
| 1427 | 1427 |
- **force** - 1/True/true or 0/False/false, Kill then remove the container. |
| 1428 | 1428 |
Default `false`. |
| 1429 |
+- **link** - 1/True/true or 0/False/false, Remove the specified |
|
| 1430 |
+ link associated to the container. Default `false`. |
|
| 1429 | 1431 |
|
| 1430 | 1432 |
**Status codes**: |
| 1431 | 1433 |
|