v13

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

Stop Bot

Stop a bot with the specified configuration.

Args: action: StopBotAction containing bot stop parameters bots_manager: Bot orchestrator service dependency db_manager: Database manager dependency

Returns: Dictionary with status and response from bot stop operation

post/bot-orchestration/stop-bot

Request body

bot_namestring required

Name of the bot instance to act upon

skip_order_cancellationboolean

Whether to skip cancelling open orders when stopping

async_backendboolean

Whether to run in async backend mode

Response

Successful Response

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