Tembo MCP Server

Official

delete_instance

Delete an existing Tembo instance

Input Schema

NameRequiredDescriptionDefault
instance_idYesDelete this instance id
org_idYesOrganization id of the instance to delete

Input Schema (JSON Schema)

{ "properties": { "instance_id": { "description": "Delete this instance id", "type": "string" }, "org_id": { "description": "Organization id of the instance to delete", "type": "string" } }, "required": [ "org_id", "instance_id" ], "type": "object" }