Procházet zdrojové kódy

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>
Sebastiaan van Stijn před 9 roky
rodič
revize
06fa5c12e8
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. 5 0
      docs/reference/api/docker_remote_api_v1.25.md

+ 5 - 0
docs/reference/api/docker_remote_api_v1.25.md

@@ -3551,6 +3551,11 @@ Remove a node [`id`] from the Swarm.
     Content-Length: 0
     Content-Length: 0
     Content-Type: text/plain; charset=utf-8
     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**:
 **Status codes**:
 
 
 -   **200** – no error
 -   **200** – no error