disconnect()
This method disconnects the client from the specified Milvus connection.
Invocation
disconnect(alias)
Parameters
Parameter | Description | Type | Required |
---|---|---|---|
alias | Alias of the connection to disconnect from | String | True |
Return
No return.
Raises
Example
from pymilvus import connections
connections.disconnect("default")