restore_backup
ActiveTool 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
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
cloud.redu/mcp
1/7 registries