Upstash MCP Server

Official

redis_database_delete_backup

Delete a backup of a specific Upstash redis database.

Input Schema

NameRequiredDescriptionDefault
backup_idYesThe ID of the backup to delete.
database_idYesThe ID of the database to delete a backup from.

Input Schema (JSON Schema)

{ "properties": { "backup_id": { "description": "The ID of the backup to delete.", "type": "string" }, "database_id": { "description": "The ID of the database to delete a backup from.", "type": "string" } }, "required": [ "database_id", "backup_id" ], "type": "object" }