https://github.com/abukres/bulkopenaidashboarddeleter
This LINQPad script deletes all the assistants, files and vector stores from your OpenAI dashboard
https://github.com/abukres/bulkopenaidashboarddeleter
csharp dotnet openai openai-assistants
Last synced: about 1 month ago
JSON representation
This LINQPad script deletes all the assistants, files and vector stores from your OpenAI dashboard
- Host: GitHub
- URL: https://github.com/abukres/bulkopenaidashboarddeleter
- Owner: abukres
- License: mit
- Created: 2025-02-09T04:55:05.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-09T05:06:50.000Z (3 months ago)
- Last Synced: 2025-02-09T06:17:58.580Z (3 months ago)
- Topics: csharp, dotnet, openai, openai-assistants
- Language: C#
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BulkOpenAIDashboardDeleter
* OpenAI doesn't provide an option to delete all the assistants, files and vector stores in bulk in their UI in the dashboard. This LINQPad script/app deletes them in bulk.
* The code can be easily converted to a C# console app.
* LINQPad can be downloaded and used for free from Linqpad.net.
* Open the BulkDeleteOpenAI.linq in LINQPad, paste in your OpenAI api key and run it.