Bot Orchestration
Stop And Archive Bot
Gracefully stop a bot and archive its data in the background. This initiates a background task that will:
- Stop the bot trading process via MQTT
- Wait 15 seconds for graceful shutdown
- Monitor and stop the Docker container
- Archive the bot data (locally or to S3)
- Remove the container
Returns immediately with a success message while the process continues in the background.
post/bot-orchestration/stop-and-archive-bot/{bot_name}
Path parameters
bot_namestring required
Query parameters
skip_order_cancellationboolean
archive_locallyboolean
s3_bucketstring
Response
Successful Response
{"stackTrail":"paths:/bot-orchestration/stop-and-archive-bot/{bot_name}:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}