delete-tasks
Remove tasks from Meilisearch MCP Server by filtering based on status, type, index UID, task UID, or date range to manage task history and optimize server performance.
Instructions
Delete tasks based on provided filters
Input Schema
Name | Required | Description | Default |
---|---|---|---|
beforeFinishedAt | No | Delete tasks that finished processing before this date (ISO 8601 format) | |
beforeStartedAt | No | Delete tasks that started processing before this date (ISO 8601 format) | |
beforeUid | No | Delete tasks whose uid is before this value | |
canceledBy | No | UIDs of the tasks that canceled tasks to delete | |
indexUids | No | UIDs of the indexes on which tasks to delete were performed | |
statuses | No | Statuses of tasks to delete | |
types | No | Types of tasks to delete | |
uids | No | UIDs of the tasks to delete |