Skip to main content
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.