MINARA

Disable (stop) a managed strategy (two-step confirm)

POST /v1/autopilot/managed/:strategyId/disable — Stop a running managed strategy. Fund-affecting, so it follows the same preview → confirm two-step as create. Stopping d

POST /v1/autopilot/managed/:strategyId/disable

Stop a running managed strategy. Fund-affecting, so it follows the same preview → confirm two-step as create. Stopping does not close open positions or cancel resting orders — the preview warning says so.

MethodPOST
Path/v1/autopilot/managed/:strategyId/disable
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categoryautopilot

Request body

{ "confirm": false, "idempotencyKey": "<uuid-v4>" }

Response body

{ "confirmed": false, "preview": { "strategyId": "str_…", "subAccountId": "sub_…", "warning": "…" } }

On this page