diff --git a/docs/reference/api/docker_remote_api_v1.24.md b/docs/reference/api/docker_remote_api_v1.24.md index 9e1bd5375b..14eaf78558 100644 --- a/docs/reference/api/docker_remote_api_v1.24.md +++ b/docs/reference/api/docker_remote_api_v1.24.md @@ -4215,6 +4215,10 @@ Leave a swarm Content-Length: 0 Content-Type: text/plain; charset=utf-8 +**Query parameters**: + +- **force** - Boolean (0/1, false/true). Force leave swarm, even if this is the last manager or that it will break the cluster. + **Status codes**: - **200** – no error diff --git a/docs/reference/api/docker_remote_api_v1.25.md b/docs/reference/api/docker_remote_api_v1.25.md index e1ff26f123..f6403bd8d5 100644 --- a/docs/reference/api/docker_remote_api_v1.25.md +++ b/docs/reference/api/docker_remote_api_v1.25.md @@ -4240,6 +4240,10 @@ Leave a swarm Content-Length: 0 Content-Type: text/plain; charset=utf-8 +**Query parameters**: + +- **force** - Boolean (0/1, false/true). Force leave swarm, even if this is the last manager or that it will break the cluster. + **Status codes**: - **200** – no error