Bot Orchestration

Deploy V2 Script

Creates and autostart a v2 script with a configuration if present.

Args: config: Configuration for the new Hummingbot instance docker_manager: Docker service dependency db_manager: Database manager dependency

Returns: Dictionary with creation response and instance details

post/bot-orchestration/deploy-v2-script

Request body

instance_namestring required

Unique name for the bot instance

credentials_profilestring required

Name of the credentials profile to use

imagestring

Docker image for the Hummingbot instance

scriptstring nullable

Name of the script to run (without .py extension)

script_configstring nullable

Name of the script configuration file (without .yml extension)

headlessboolean

Run in headless mode (no UI)

Response

Successful Response

{"stackTrail":"paths:/bot-orchestration/deploy-v2-script:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes