You're viewing a demo portfolio

Join the waitlist
PRSM

restore_backup

Active

Tool of BorealHost

declared in 1.27.0

Restore a site from a backup. WARNING: This is destructive. The current state of the site will be replaced. Runs asynchronously — may take several minutes. Requires: API key with admin scope. Args: slug: Site identifier backup_id: UUID of the backup to restore from Returns: {"success": true, "message": "Restore started..."} Errors: VALIDATION_ERROR: Backup not found or not in completed state

Parameters schema

{
  "type": "object",
  "title": "restore_backupArguments",
  "required": [
    "slug",
    "backup_id"
  ],
  "properties": {
    "slug": {
      "type": "string",
      "title": "Slug"
    },
    "backup_id": {
      "type": "string",
      "title": "Backup Id"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

BorealHost

https://github.com/alainsvrd/borealhost-mcp

1/7 registries
View full server →
restore_backup — BorealHost — PRSM MCP