Upstash MCP Server

Official
MIT License
58
27
  • Linux
  • Apple

redis_database_delete

Remove an Upstash Redis database by specifying its unique ID. This tool is part of the Upstash MCP Server, enabling efficient database management and deletion.

Instructions

Delete an Upstash redis database.

Input Schema

NameRequiredDescriptionDefault
database_idYesThe ID of the database to delete.

Input Schema (JSON Schema)

{ "properties": { "database_id": { "description": "The ID of the database to delete.", "type": "string" } }, "required": [ "database_id" ], "type": "object" }
ID: 4slca1893i