diff --git a/reference/api/tasks.mdx b/reference/api/tasks.mdx index 48fd0d5f3..210b9976a 100644 --- a/reference/api/tasks.mdx +++ b/reference/api/tasks.mdx @@ -343,7 +343,7 @@ If you try retrieving a deleted task, Meilisearch will return a [`task_not_found -Cancel any number of `enqueued` or `processing` tasks based on their `uid`, `status`, `type`, `indexUid`, or the date at which they were enqueued, processed, or completed. +Cancel any number of `enqueued` or `processing` tasks based on their `uid`, `status`, `type`, `indexUid`, or the date at which they were enqueued (`enqueuedAt`) or processed (`startedAt`). Task cancellation is an atomic transaction: **either all tasks are successfully canceled or none are**.