milvus-logo
LFAI
< Docs
  • Python

disconnect()

This method disconnects the client from the specified Milvus connection.

Invocation

disconnect(alias)

Parameters

ParameterDescriptionTypeRequired
aliasAlias of the connection to disconnect fromStringTrue

Return

No return.

Raises

Example

from pymilvus import connections
connections.disconnect("default")
Feedback

Was this page helpful?