Skip to main content

validateBotConfigInput

Same preflight as validateBotConfig but operates on a prospective CreateBotInput — lets the Create drawer verify a config BEFORE the bot is persisted. Requires create-bot on the target organization, matching createBot itself; sandbox-only, no bot is actually created.

validateBotConfigInput(
input: CreateBotInput!
): BotPreflightResult!

Arguments

validateBotConfigInput.input ● CreateBotInput! non-null input

Type

BotPreflightResult object

Verdict from running freqtrade show-config in a sandbox against the bot's would-be configuration. Returned by validateBotConfig. Transient — no backing DB table.