You're viewing a demo portfolio

Join the waitlist
PRSM

restore_backup

Active

Tool of cloud.redu/mcp

declared in 2.0.0

Restores a backup into an existing volume (volumeId), an instance's volume (instanceId), or a new one (volumeName). Poll list_volumes for the restored volume.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "backupId"
  ],
  "properties": {
    "backupId": {
      "type": "string",
      "minLength": 1,
      "description": "ID of the backup to restore (see list_backups)."
    },
    "volumeId": {
      "type": "string",
      "description": "Optional: restore into this existing volume."
    },
    "instanceId": {
      "type": "string",
      "description": "Optional: restore into this instance's volume (resolved automatically). The target volume must be available (detached), so stop the instance first."
    },
    "volumeName": {
      "type": "string",
      "description": "Optional: name for a new volume to restore into. Omit volumeId and instanceId to restore into a new volume."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

cloud.redu/mcp

1/7 registries
View full server →