Skip to main content
Glama

Upstash MCP Server

Official
by upstash

redis_database_restore_backup

Restore a specific backup to its corresponding Upstash Redis database using the backup and database IDs to ensure data integrity and recovery.

Instructions

Restore a backup of a specific Upstash redis database. A backup can only be restored to the same database it was created from.

Input Schema

NameRequiredDescriptionDefault
backup_idYesThe ID of the backup to restore.
database_idYesThe ID of the database to restore a backup to.

Input Schema (JSON Schema)

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/upstash/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server