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.
| Method | POST |
| Path | /v1/autopilot/managed/:strategyId/disable |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | autopilot |
Request body
{ "confirm": false, "idempotencyKey": "<uuid-v4>" }Response body
{ "confirmed": false, "preview": { "strategyId": "str_…", "subAccountId": "sub_…", "warning": "…" } }