Appwrite MCP Server

Official
by appwrite
MIT License
36
  • Linux
  • Apple

databases_delete

Remove a specific database in Appwrite by providing its unique ID. Use this tool to manage and clean up database resources within your project effectively.

Instructions

Delete database

Input Schema

NameRequiredDescriptionDefault
database_idYesParameter 'database_id'

Input Schema (JSON Schema)

{ "properties": { "database_id": { "description": "Parameter 'database_id'", "type": "string" } }, "required": [ "database_id" ], "type": "object" }

You must be authenticated.

Other Tools from Appwrite MCP Server

Related Tools

ID: xkj2px7r0v