diff --git a/docs/content/Indexing-Service.md b/docs/content/Indexing-Service.md index a7e38c3dbbb..0fd76298096 100644 --- a/docs/content/Indexing-Service.md +++ b/docs/content/Indexing-Service.md @@ -41,14 +41,12 @@ http://:/druid/indexer/v1/task ``` this will return the taskId of the submitted task. -Tasks can be cancelled via POST requests to: +Tasks can be shut down via POST requests to: ``` http://:/druid/indexer/v1/task/{taskId}/shutdown ``` -Issuing the cancel request will kill –9 the task. - Task statuses can be retrieved via GET requests to: ```