segnals_update_bot
Modify a trading bot's configuration by first previewing changes, then confirming to apply updates.
Instructions
Update a bot's configuration. Requires scope: write:bots.
TWO-STEP CONFIRMATION: Call without confirm to preview changes and see risk warnings. Call with confirm: true to apply. IMPORTANT: Never include exchange API keys/secrets in the config — users enter those in the dashboard.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bot_id | Yes | Bot ID to update | |
| name | No | New bot name | |
| config | No | Configuration key-value pairs to update | |
| confirm | No | Set to true to execute after previewing |