delete_connection
Permanently delete a database connection and its cached schema, glossary, metrics, and knowledge. Use to retire databases you no longer query.
Instructions
Permanently delete a connection and all its cached schema + semantic metadata.
Removes the connection plus its glossary, metrics, dictionary, sample queries, and knowledge. Destructive and not reversible — use only to retire a database you no longer query. Returns {deleted: true}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | Yes | Target database connection — its name or id (case-insensitive). List the available connections with list_connections. |