-
Notifications
You must be signed in to change notification settings - Fork 226
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Endpoint health is green on deleted index
To Reproduce
Create and delete index, endpoint health is green.
Bash(curl -X GET "http://localhost:8882/indexes/t1s3p_v1/health")
⎿ {
"status": "green",
"inference": {
"status": "green"
},
"backend": {
"status": "green",
"memoryIsAvailable": true,
"storageIsAvailable": true
}
}
Bash(curl -X GET "http://localhost:8882/indexes/t1s3p_v1/stats")
⎿ {
"message": "Index t1s3p_v1 not found",
"code": "index_not_found",
"type": "invalid_request",
"link": null
}Additional context
docker image: margo-cloud:2.23.1
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working