docs: api: add missing "force" query arg on plugin disable
@@ -6839,6 +6839,12 @@ paths:
description: "The name of the plugin. The `:latest` tag is optional, and is the default if omitted."
required: true
type: "string"
+ - name: "force"
+ in: "query"
+ description: |
+ Force disable a plugin even if still in use.
+ required: false
+ type: "boolean"
tags: ["Plugin"]
/plugins/{name}/upgrade:
post:
@@ -6881,6 +6881,12 @@ paths:
@@ -7105,6 +7105,12 @@ paths:
@@ -7203,6 +7203,12 @@ paths:
@@ -8244,6 +8244,12 @@ paths:
@@ -8253,6 +8253,12 @@ paths:
@@ -8294,6 +8294,12 @@ paths:
@@ -8306,6 +8306,12 @@ paths:
@@ -8350,6 +8350,12 @@ paths:
@@ -8393,6 +8393,12 @@ paths:
@@ -8454,6 +8454,12 @@ paths:
@@ -9441,6 +9441,12 @@ paths:
default if omitted.
@@ -9756,6 +9756,12 @@ paths:
@@ -9963,6 +9963,12 @@ paths:
@@ -10341,6 +10341,12 @@ paths:
@@ -10359,6 +10359,12 @@ paths:
@@ -487,6 +487,7 @@ keywords: "API, Docker, rcli, REST, documentation"
* `POST /services/create` and `POST /services/(id or name)/update` now accept an optional `RollbackConfig` object which specifies rollback options.
* `GET /services` now supports a `mode` filter to filter services based on the service mode (either `global` or `replicated`).
* `POST /containers/(name)/update` now supports updating `NanoCpus` that represents CPU quota in units of 10<sup>-9</sup> CPUs.
+* `POST /plugins/{name}/disable` now accepts a `force` query-parameter to disable a plugin even if still in use.
## v1.27 API changes