mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
You can force leave swarm
Signed-off-by: Eivin Giske Skaaren <eivin@sysmystic.com>
This commit is contained in:
parent
0f838cc523
commit
033482d9ff
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue