cancel-tasks
Cancel pending tasks in Meilisearch by filtering tasks based on status, type, index UID, or task UID. Manage task queues effectively using the MCP Server interface.
Instructions
Cancel tasks based on provided filters
Input Schema
Name | Required | Description | Default |
---|---|---|---|
indexUids | No | UIDs of the indexes on which tasks to cancel were performed | |
statuses | No | Statuses of tasks to cancel | |
types | No | Types of tasks to cancel | |
uids | No | UIDs of the tasks to cancel |