1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Add node remove "force" parameter to 1.25 API docs

This parameter was documented for 1.24, but we
forgot to add it to the 1.25 docs as well.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2016-08-10 23:01:17 +02:00
parent 19a3289250
commit 06fa5c12e8
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -3551,6 +3551,11 @@ Remove a node [`id`] from the Swarm.
Content-Length: 0
Content-Type: text/plain; charset=utf-8
**Query parameters**:
- **force** - 1/True/true or 0/False/false, Force remove an active node.
Default `false`.
**Status codes**:
- **200** no error