Skip to content

Commit

Permalink
[DOCS] Remove dupe wait_for_completion def (#71012)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Mar 30, 2021
1 parent 7c2ea50 commit e65acaf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/reference/cluster/tasks.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,6 @@ list tasks command, so multiple tasks can be cancelled at the same time. For
example, the following command will cancel all reindex tasks running on the
nodes `nodeId1` and `nodeId2`.

`wait_for_completion`::
(Optional, Boolean) If `true`, the request blocks until the cancellation of the
task and its descendant tasks is completed. Otherwise, the request can return soon
after the cancellation is started. Defaults to `false`.

[source,console]
--------------------------------------------------
POST _tasks/_cancel?nodes=nodeId1,nodeId2&actions=*reindex
Expand Down

0 comments on commit e65acaf

Please sign in to comment.