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
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>"
}Enter your API key
Tool ID
Was this page helpful?