Resetting Xio
If you want to clear out all files, embeddings, and chat history from a workspace, you can reset it.
From the interface:
Open the workspace
Go to Settings
Click “Reset Workspace”
Or from the backend (manual method):
Delete the workspace folder inside the backend’s data directory. Be careful — this action is permanent.
bashCopyEditrm -rf ./backend/data/workspaces/default
Then restart your backend service to reflect the changes.
You can also drop and reinitialize your vector DB if you want a completely clean state.
Last updated