checkHealth()
This method verifies the current status of Milvus to ensure its optimal functioning.
Example
import { MilvusClient } from "@zilliz/milvus2-sdk-node";
new milvusClient(MILUVS_ADDRESS).checkHealth();
Response
{
isHealth: true,
}
This method verifies the current status of Milvus to ensure its optimal functioning.
import { MilvusClient } from "@zilliz/milvus2-sdk-node";
new milvusClient(MILUVS_ADDRESS).checkHealth();
{
isHealth: true,
}
Zilliz Cloud is hassle-free, powered by Milvus and 10x faster.
Get StartedWas this page helpful?