Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.boostgpt.co/v1/bot/reset \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "project_id": "<string>", "bot_id": "<string>" } '
{ "success": true, "message": "<string>" }
Delete all memory sources associated with an agent
Enter your API key
The project ID
The agent ID to reset
Agent memory reset successfully
Operation success status
Success message
Was this page helpful?