diff --git a/src/khoj/interface/web/config.html b/src/khoj/interface/web/config.html
index 2e6f6fdd..e6f2982f 100644
--- a/src/khoj/interface/web/config.html
+++ b/src/khoj/interface/web/config.html
@@ -253,7 +253,7 @@
reinitialize.disabled = true;
reinitialize.innerHTML = "Reinitializing...";
const csrfToken = document.cookie.split('; ').find(row => row.startsWith('csrftoken'))?.split('=')[1];
- fetch('/api/reinitialize?&client=web', {
+ fetch('/api/update?&client=web?force=true', {
method: 'GET',
headers: {
'Content-Type': 'application/json',