[GH-ISSUE #1105] [DOCS]: How to reset anything LLM #683

Closed
opened 2026-02-22 18:20:49 -05:00 by yindo · 1 comment
Owner

Originally created by @Mirgiacomo on GitHub (Apr 15, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1105

Description

Hi, it is not clear to me from the documentation (I have tried but it doesn't seem to work) how to totally reset anything LLM.

I've tried deleting and recreating the file anythingllm.db and running the prism:setup etc commands but it doesn't seem to work.

What can I do to be able to do a fresh installation of the platform? That is, starting at the very beginning of the initial setup (where it asks for logo, multiuser etc)?

Originally created by @Mirgiacomo on GitHub (Apr 15, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1105 ### Description Hi, it is not clear to me from the documentation (I have tried but it doesn't seem to work) how to totally reset anything LLM. I've tried deleting and recreating the file anythingllm.db and running the prism:setup etc commands but it doesn't seem to work. What can I do to be able to do a fresh installation of the platform? That is, starting at the very beginning of the initial setup (where it asks for logo, multiuser etc)?
yindo added the documentation label 2026-02-22 18:20:49 -05:00
yindo closed this issue 2026-02-22 18:20:49 -05:00
Author
Owner

@timothycarambat commented on GitHub (Apr 15, 2024):

  • delete server/.env && cp server/.env.example .env
  • rm -rf server/anythingllm.db && touch server/anythingllm.db && yarn prisma:reset
@timothycarambat commented on GitHub (Apr 15, 2024): - delete `server/.env` && `cp server/.env.example .env` - `rm -rf server/anythingllm.db && touch server/anythingllm.db && yarn prisma:reset`
yindo changed title from [DOCS]: How to reset anything LLM to [GH-ISSUE #1105] [DOCS]: How to reset anything LLM 2026-06-05 14:36:39 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#683