Meilisearch MCP Server

delete-index

Remove a Meilisearch index by specifying its unique identifier. This tool enables structured deletion of indexes within the Meilisearch MCP Server environment.

Instructions

Delete a Meilisearch index

Input Schema

NameRequiredDescriptionDefault
indexUidYesUnique identifier of the index to delete

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "indexUid": { "description": "Unique identifier of the index to delete", "type": "string" } }, "required": [ "indexUid" ], "type": "object" }
ID: mpo9y8xfor