Upstash MCP Server

Official
MIT License
58
27
  • Linux
  • Apple

redis_database_set_daily_backup

Enable or disable daily backups for Upstash Redis databases to ensure data protection and recovery. Manage backup settings by specifying the database ID and preferred action.

Instructions

Enable or disable daily backups for a specific Upstash redis database.

Input Schema

NameRequiredDescriptionDefault
database_idYesThe ID of the database to enable or disable daily backups for.
enableYesWhether to enable or disable daily backups.

Input Schema (JSON Schema)

{ "properties": { "database_id": { "description": "The ID of the database to enable or disable daily backups for.", "type": "string" }, "enable": { "description": "Whether to enable or disable daily backups.", "type": "boolean" } }, "required": [ "database_id", "enable" ], "type": "object" }
ID: 4slca1893i