update_bot
Update an existing DCA or Combo bot’s settings by passing only the fields to change; Grid bots are excluded, and feature values require their toggle to be enabled.
Instructions
Update an existing bot (DCA or Combo only; Grid has no update endpoint). Pass only the fields you want to change. Settings object must be non-empty. Boolean gate enforcement: feature value fields are silently ignored unless their toggle is set to true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| botType | Yes | Bot type (Grid does not support updates) | |
| botId | Yes | Bot identifier. Accepts EITHER the bot's 24-character hex MongoDB ObjectId (e.g. "65f000000000000000000001") OR the bot's UUID (e.g. "550e8400-e29b-41d4-a716-446655440000"). Either form resolves to the same bot — use whichever the bot record exposes. Get both from list_bots (the `_id` and `uuid` fields). | |
| paperContext | No | Paper trading context (true = paper, false = real). Default: false | |
| settings | Yes | Settings object with fields to update. Only include changed fields. |