drop_database
Remove a specified database from CockroachDB using the MCP Server. Input the database name to execute the deletion and receive a confirmation or error message.
Instructions
Drop an existing database.
Args: database_name (str): Name of the database to drop.
Returns: A success message or an error message.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
database_name | Yes |