This method removes the specified Milvus connection.
remove_connection(alias)
Parameter | Description | Type | Required |
---|---|---|---|
alias | Alias of the connection to remove | String | True |
No return.
from pymilvus import connections
connections.remove_connection("default")