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")

Try Managed Milvus for Free

Zilliz Cloud is hassle-free, powered by Milvus and 10x faster.

Get Started
Feedback

Was this page helpful?