drop_index
Remove an existing index from a CockroachDB database by specifying the index name. Simplifies database management by automating the index deletion process.
Instructions
Drop an existing index.
Args: index_name (str): Name of the index to drop.
Returns: A success message or an error message.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
index_name | Yes |