Stop Bot

This section documents the stop_bot action.

This action is used to disable a bot.


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 a 5 seconds delay

  • Max. allowed delay is 10 seconds

"delay": 5

Last updated

Was this helpful?