delete_database
Remove a specified database from your Turso organization using the MCP server for precise and secure database management.
Instructions
Delete a database from your Turso organization
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the database to delete |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "Name of the database to delete",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}