Skip to main content
Glama

Upstash MCP Server

Official
by upstash

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" }

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