Skip to main content
POST
/
v1
/
bot
/
reset
Reset Agent Memory
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>"
}

Authorizations

Authorization
string
header
required

Enter your API key

Body

application/json
project_id
string
required

The project ID

bot_id
string
required

The agent ID to reset

Response

200 - application/json

Agent memory reset successfully

success
boolean

Operation success status

message
string

Success message