Skip to main content
POST
Start Bot

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

Action to start a bot

bot_name
string
required

Name of the bot instance to act upon

log_level
string | null

Logging level (DEBUG, INFO, WARNING, ERROR)

script
string | null

Script name to run (without .py extension)

conf
string | null

Configuration file name (without .yml extension)

async_backend
boolean
default:false

Whether to run in async backend mode

Response

Successful Response