---
title: "Update or stop a copy profile"
method: PATCH
path: "/v1/copy-trading/profiles/{profileId}"
tags: ["copy-trading"]
---

# Update or stop a copy profile

`PATCH /v1/copy-trading/profiles/{profileId}`

## Path parameters

- `profileId` string, uuid, required

## Request body

- object
  - `stop` boolean
  - `includeStoppingStatus` boolean

## Response `200`

Successful response

- CopyProfile
  - `id` string, required
  - `user_id` string, required
  - `target_id` string, required
  - `sub_wallet_address` string, nullable, required
  - `allocated_amount` number, required
  - `status` 'active' | 'stopping' | 'stopped', required
  - `pnl_share_rate` number, required
  - `needs_rebalance` boolean, required
  - `force_close_requested` boolean, required
  - `copier_equity_baseline` number, nullable, required
  - `copier_baseline_updated_at` string, nullable, required
  - `created_at` string, required
  - `updated_at` string, required
  - `stopped_at` string, nullable, required

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `404` — Resource not found
- `500` — Internal server error

## Changes

- **2026-08-21** `9651975196e7` — 1 warning, 1 info
  - added the new `stopping` enum value to the `status` response property for the response status `200`
  - added the new optional request property `includeStoppingStatus`

[Change history](https://skmtc.dev/legend/apis/legend-api/changes/v1/copy-trading/profiles/:profileId/patch.md)

---

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