Stop And Archive Bot
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
Stop And Archive Bot
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
Query Parameters
Response
Successful Response

