diff --git a/api/swagger.yaml b/api/swagger.yaml index 9398bb8ed8..90ca79162d 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -4085,6 +4085,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: diff --git a/docs/api/v1.18.md b/docs/api/v1.18.md index ebdea071ee..3c82371b4f 100644 --- a/docs/api/v1.18.md +++ b/docs/api/v1.18.md @@ -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**: diff --git a/docs/api/v1.19.md b/docs/api/v1.19.md index 04b60f5b90..bd5f09f670 100644 --- a/docs/api/v1.19.md +++ b/docs/api/v1.19.md @@ -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**: diff --git a/docs/api/v1.20.md b/docs/api/v1.20.md index f5ea42328c..a7fc999aee 100644 --- a/docs/api/v1.20.md +++ b/docs/api/v1.20.md @@ -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**: diff --git a/docs/api/v1.21.md b/docs/api/v1.21.md index cadfdbd2a4..2070944b3a 100644 --- a/docs/api/v1.21.md +++ b/docs/api/v1.21.md @@ -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**: diff --git a/docs/api/v1.22.md b/docs/api/v1.22.md index 8dcd8c552e..798823e568 100644 --- a/docs/api/v1.22.md +++ b/docs/api/v1.22.md @@ -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**: diff --git a/docs/api/v1.23.md b/docs/api/v1.23.md index 8ac2e2538e..c735b597c5 100644 --- a/docs/api/v1.23.md +++ b/docs/api/v1.23.md @@ -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**: diff --git a/docs/api/v1.24.md b/docs/api/v1.24.md index 30b2a9f588..050314d00e 100644 --- a/docs/api/v1.24.md +++ b/docs/api/v1.24.md @@ -1441,6 +1441,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**: