POST
/api/v1/bots/dca//stop
Permission: BOTS_WRITESecurity: BEARER_JWT
Stops execution of an active DCA Bot. The Go API updates bot status to 'stopped' and dispatches a NATS command to the Tokio trade engine, which cancels all active safety orders on the connected exchange and terminates background price monitoring.
See DCA Bot Entity for full attribute definitions
DCA Bot EntityPath Parameters
iduuid required
Unique UUID identifier of the DCA Bot entity to stop (e.g. 7c9e6679-7425-40de-944b-e07fc1f90ae7).
Example Request
POSTPOST /api/v1/bots/dca/7c9e6679-7425-40de-944b-e07fc1f90ae7/stop
Example Responses
Returns status message and updated DCA Bot entity with status 'stopped'.
disable_dca_bot_200.json
200 OK