Deploy a V2 strategy with controllers by generating the script config and creating the instance. This endpoint simplifies the deployment process for V2 controller strategies.
Args: deployment: V2ControllerDeployment configuration docker_manager: Docker service dependency
Returns: Dictionary with deployment response and generated configuration details
Raises: HTTPException: 500 if deployment fails
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Configuration for deploying a bot with controllers
Unique name for the bot instance
Name of the credentials profile to use
List of controller configuration files to use (without .yml extension)
Maximum allowed global drawdown in quote usually USDT
Maximum allowed per-controller drawdown in quote usually USDT
Docker image for the Hummingbot instance
Generated script configuration file name
Run in headless mode (no UI)
Successful Response