Skip to main content
Glama

Vultr MCP

by rsp2k

restore_from_backup

Restore a database from a backup to a new instance by specifying source database, backup label, and configuration for the restored database.

Instructions

Restore a database from a backup to a new instance.

Args: database_id: The source database ID or label backup_label: The backup label/timestamp to restore from database_label: Label for the new restored database plan: Plan ID for the new database region: Region for the new database vpc_id: VPC ID for the new database

Returns: Information about the restoration process

Input Schema

NameRequiredDescriptionDefault
backup_labelYes
database_idYes
database_labelYes
planYes
regionYes
vpc_idNo

Input Schema (JSON Schema)

{ "properties": { "backup_label": { "title": "Backup Label", "type": "string" }, "database_id": { "title": "Database Id", "type": "string" }, "database_label": { "title": "Database Label", "type": "string" }, "plan": { "title": "Plan", "type": "string" }, "region": { "title": "Region", "type": "string" }, "vpc_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Vpc Id" } }, "required": [ "database_id", "backup_label", "database_label", "plan", "region" ], "type": "object" }

Other Tools from Vultr MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/rsp2k/mcp-vultr'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server