---
title: "Deploy V2 Controllers"
method: POST
path: "/bot-orchestration/deploy-v2-controllers"
tags: ["Bot Orchestration"]
---

# Deploy V2 Controllers

`POST /bot-orchestration/deploy-v2-controllers`

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

## Request body

- V2ControllerDeployment — Configuration for deploying a bot with controllers
  - `instance_name` string, required — Unique name for the bot instance
  - `credentials_profile` string, required — Name of the credentials profile to use
  - `controllers_config` string[], required — List of controller configuration files to use (without .yml extension)
  - `max_global_drawdown_quote` number, nullable — Maximum allowed global drawdown in quote usually USDT
  - `max_controller_drawdown_quote` number, nullable — Maximum allowed per-controller drawdown in quote usually USDT
  - `image` string — Docker image for the Hummingbot instance
  - `script_config` string, nullable — Generated script configuration file name
  - `headless` boolean — Run in headless mode (no UI)

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-04-08** `92703f48a69e` — 3 info
  - added the new optional request property `script_config`
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2026-01-18** `2ad95b6a84b2` — 1 breaking
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
- **2026-01-18** `576ec8539f76` — 1 breaking
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
- **2025-12-20** `1005bcd47280` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hummingbot/apis/hummingbot-api/changes/bot-orchestration/deploy-v2-controllers/post.md)

---

[API](https://skmtc.dev/hummingbot/apis/hummingbot-api.md) · [All operations](https://skmtc.dev/hummingbot/apis/hummingbot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hummingbot/hummingbot-api/revisions/5347fe79537f/schema)
