curl -X DELETE "http://localhost:8080/store"
{
"status": "success",
"message": "Store cleared successfully."
}
Delete
Clear store
Delete all items and reset store mode and dimension.
DELETE
/
store
curl -X DELETE "http://localhost:8080/store"
{
"status": "success",
"message": "Store cleared successfully."
}
Overview
Wipes the entire store: all items, dimension, store mode, and embedding model are reset. This action cannot be undone.curl -X DELETE "http://localhost:8080/store"
{
"status": "success",
"message": "Store cleared successfully."
}
The CLI command
moorcheh-edge clear-store prompts for confirmation before calling this endpoint. Use -y to skip the prompt in scripts.Related
Was this page helpful?