Redash MCP Server

archive-query

Archive (soft-delete) a query in Redash

Input Schema

NameRequiredDescriptionDefault
queryIdYesID of the query to archive

Input Schema (JSON Schema)

{ "properties": { "queryId": { "description": "ID of the query to archive", "type": "number" } }, "required": [ "queryId" ], "type": "object" }