🚀 Try Zilliz Cloud, the fully managed Milvus, for free—experience 10x faster performance! Try Now>>

milvus-logo
LFAI
< Docs
  • Python

remove_connection()

This method removes the specified Milvus connection.

Invocation

remove_connection(alias)

Parameters

ParameterDescriptionTypeRequired
aliasAlias of the connection to remove.StringTrue

Return

No return.

Raises

None.

Example

from pymilvus import connections
connections.remove_connection("default")

Try Managed Milvus for Free

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

Get Started
Feedback

Was this page helpful?