Skip to content

How can I update a collection's description field? #41537

Discussion options

You must be logged in to vote

@soutot
The commit for "update a collection's description field" has been merged: #41547
It will be available in the next minor version(v2.5.12) of milvus so you can update a collection's description by alter_collection_properties interface like this:

client.alter_collection_properties(collection_name=collection_name, properties={"collection.description": "new desc"})

Note: the property "collection.description" cannot be deleted by client.drop_collection_properties()

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@soutot
Comment options

@yhmo
Comment options

yhmo May 16, 2025
Collaborator

Answer selected by soutot
@soutot
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants