Stop Bot
This section documents the stop_bot action.
Example Request
This example disables a bot.
{
"action": "start_bot",
"bot_id": BOT_ID,
"api_key": "API_KEY"
}
delay
This parameter indicates a number of seconds to wait before triggering the action
A value of
5
is equal to a5 seconds
delayMax. allowed delay is
10 seconds
"delay": 5
Last updated
Was this helpful?