drop_database
Delete a specified database in CockroachDB using the CockroachDB MCP Server. Provide the database name to remove it and receive a success or error response.
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 |