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
Documentation Index
Fetch the complete documentation index at: https://condor.hummingbot.org/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
Action to start a bot
Name of the bot instance to act upon
Logging level (DEBUG, INFO, WARNING, ERROR)
Script name to run (without .py extension)
Configuration file name (without .yml extension)
Whether to run in async backend mode
Response
Successful Response

