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/tool/{id}/toggle \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "project_id": "<string>", "bot_id": "<string>", "tool_name": "<string>", "is_active": true } '
{ "success": true, "message": "<string>" }
Toggle specific tool active status
Enter your API key
Tool ID
Project ID
Agent ID
Tool name to toggle
New active status
Tool toggled successfully
Operation success status
Success message
Was this page helpful?