v13

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-0815390371.2 KB
Bot Orchestration

Start Bot

Start a bot with the specified configuration.

Args: action: StartBotAction containing bot configuration parameters bots_manager: Bot orchestrator service dependency db_manager: Database manager dependency

Returns: Dictionary with status and response from bot start operation

post/bot-orchestration/start-bot

Request body

bot_namestring required

Name of the bot instance to act upon

log_levelstring nullable

Logging level (DEBUG, INFO, WARNING, ERROR)

scriptstring nullable

Script name to run (without .py extension)

confstring nullable

Configuration file name (without .yml extension)

async_backendboolean

Whether to run in async backend mode

Response

Successful Response

{"stackTrail":"paths:/bot-orchestration/start-bot:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}