Upstash MCP Server

Official
MIT License
58
27
  • Linux
  • Apple

redis_database_create_backup

Generate a named backup for a specific Upstash Redis database to ensure data preservation and recovery. Enter the database ID and choose a backup name to proceed.

Instructions

Create a backup of a specific Upstash redis database. NOTE: Ask user to choose a name for the backup

Input Schema

NameRequiredDescriptionDefault
backup_nameYesA name for the backup.
database_idYesThe ID of the database to create a backup for.

Input Schema (JSON Schema)

{ "properties": { "backup_name": { "description": "A name for the backup.", "type": "string" }, "database_id": { "description": "The ID of the database to create a backup for.", "type": "string" } }, "required": [ "database_id", "backup_name" ], "type": "object" }
ID: 4slca1893i