restore_backup
ActiveTool of BorealHost
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"
}
}
}Parent server
BorealHost
https://github.com/alainsvrd/borealhost-mcp
1/7 registries