clone_bot
Clone a bot and optionally override settings. Returns the new bot ID.
Instructions
Clone an existing bot and optionally override settings. Returns the new bot ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| botType | Yes | Bot type | |
| 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 | |
| overrides | No | Optional settings to override in the cloned bot. Pass an object with fields to change. |