Clarify task cancellation command (#23667)

Makes it explicit that the node_id has to be included when canceling a task.
This commit is contained in:
Christoph Wurm 2017-03-30 20:21:21 +02:00 committed by GitHub
parent a4b37bf7fe
commit 2720fc0b43
1 changed files with 2 additions and 1 deletions

View File

@ -165,9 +165,10 @@ If a long-running task supports cancellation, it can be cancelled by the followi
[source,js] [source,js]
-------------------------------------------------- --------------------------------------------------
POST _tasks/task_id:1/_cancel POST _tasks/node_id:task_id/_cancel
-------------------------------------------------- --------------------------------------------------
// CONSOLE // CONSOLE
// TEST[s/task_id/1/]
The task cancellation command supports the same task selection parameters as the list tasks command, so multiple tasks The task cancellation command supports the same task selection parameters as the 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 can be cancelled at the same time. For example, the following command will cancel all reindex tasks running on the