Astra DB MCP Server

Official
by datastax
Verified

DeleteCollection

Remove a collection from Astra DB using the Astra DB MCP Server. Specify the collection name to delete it permanently from the database.

Instructions

Delete a collection from the database

Input Schema

NameRequiredDescriptionDefault
collectionNameYesName of the collection to delete

Input Schema (JSON Schema)

{ "properties": { "collectionName": { "description": "Name of the collection to delete", "type": "string" } }, "required": [ "collectionName" ], "type": "object" }

You must be authenticated.

Other Tools from Astra DB MCP Server

Related Tools

ID: tigix0yf4b