---
title: "Create Autopilot Run"
method: POST
path: "/managed/autopilot/{partnerID}"
tags: ["AutoPilot"]
deprecated: true
---

# Create Autopilot Run

`POST /managed/autopilot/{partnerID}`

> **Deprecated.**

Create an Autopilot Run.

## Path parameters

- `partnerID` string, required

## Request body

- AutopilotReq
  - `reviewOnly` boolean, required — True, if a review should occur without a forced rebalance.
  - `forceRebalance` boolean, required — True, if a forces rebalance should occur.
  - `subAccounts` AccountID[] — A list of user's accountIDs to be rebalanced.

## Response `200`

Creating an Autopilot Run was Successful.

- AutopilotRes
  - `id` string — The unique re-balance run identifier `rebalanceRunID` associated with a specific re-balance.
  - `created` string — A timestamp of when the re-balance run was created.
  - `status` string — Status of the re-balance run. See [Autopilot Run Status](https://developer.drivewealth.com/reference/get-autopilot-run-status) for status values.
  - `riaID` string — This is the parentIBID or userID of the registered investment advisor creating the re-balance run.

---

[API](https://skmtc.net/drivewealth/apis/authentication-apis.md) · [All operations](https://skmtc.net/drivewealth/apis/authentication-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drivewealth/authentication-apis/revisions/9fced6d0ac41/schema)
