-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding uninstall and data deletion to quickstart script and docs
- Loading branch information
Showing
3 changed files
with
110 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
id: uninstall | ||
title: Uninstall | ||
sidebar_label: Delete Data & Uninstall | ||
sidebar_position: 4 | ||
--- | ||
|
||
## Uninstall Rubra | ||
|
||
This removes all Rubra data and configuration from your system. | ||
|
||
```bash | ||
curl -sfL https://get.rubra.ai | sh -s -- uninstall | ||
``` | ||
|
||
## Delete Data only | ||
|
||
This removes all Rubra data from your system, including Assistants, Threads, Messages, and Files. The local LLM is not deleted. | ||
|
||
```bash | ||
curl -sfL https://get.rubra.ai | sh -s -- delete | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters