delete-tasks
Remove specific tasks from the Meilisearch MCP Server using filters such as task status, type, UID, or dates. Ensure efficient task management by deleting completed, canceled, or outdated tasks based on defined criteria.
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 |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Meilisearch MCP Server
- add-documents
- cancel-tasks
- create-index
- delete-all-documents
- delete-document
- delete-documents
- delete-index
- delete-tasks
- enable-vector-search
- facet-search
- get-displayed-attributes
- get-distinct-attribute
- get-document
- get-documents
- get-embedders
- get-experimental-features
- get-faceting
- get-filterable-attributes
- get-index
- get-pagination
- get-ranking-rules
- get-searchable-attributes
- get-settings
- get-sortable-attributes
- get-stop-words
- get-synonyms
- get-task
- get-tasks
- get-typo-tolerance
- health
- info
- list-indexes
- list-tasks
- multi-search
- reset-displayed-attributes
- reset-distinct-attribute
- reset-embedders
- reset-faceting
- reset-filterable-attributes
- reset-pagination
- reset-ranking-rules
- reset-searchable-attributes
- reset-settings
- reset-sortable-attributes
- reset-stop-words
- reset-synonyms
- reset-typo-tolerance
- search
- stats
- swap-indexes
- update-displayed-attributes
- update-distinct-attribute
- update-documents
- update-embedders
- update-faceting
- update-filterable-attributes
- update-index
- update-pagination
- update-ranking-rules
- update-searchable-attributes
- update-settings
- update-sortable-attributes
- update-stop-words
- update-synonyms
- update-typo-tolerance
- vector-search
- version
- wait-for-task
Related Tools
- @devlimelabs/meilisearch-ts-mcp
- @devlimelabs/meilisearch-ts-mcp
- @devlimelabs/meilisearch-ts-mcp
- @devlimelabs/meilisearch-ts-mcp
- @meilisearch/meilisearch-mcp