Tembo MCP Server

Official
by tembo-io

restore_instance

Restores a Tembo instance by specifying the organization ID, instance name, and recovery target time. Use this tool to recover data from a specific point in time for efficient instance management.

Instructions

Restore a Tembo instance

Input Schema

NameRequiredDescriptionDefault
instance_nameYes
org_idYesOrganization ID that owns the Tembo instance
restoreYes

Input Schema (JSON Schema)

{ "properties": { "instance_name": { "type": "string" }, "org_id": { "description": "Organization ID that owns the Tembo instance", "type": "string" }, "restore": { "properties": { "instance_id": { "type": "string" }, "recovery_target_time": { "format": "date-time", "type": "string" } }, "required": [ "instance_id" ], "type": "object" } }, "required": [ "org_id", "instance_name", "restore" ], "type": "object" }

You must be authenticated.

Other Tools from Tembo MCP Server

Related Tools

ID: k0nwh3o5xu