---
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

## 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' | '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

---

[API](https://skmtc.net/legend/apis/legend-api.md) · [All operations](https://skmtc.net/legend/apis/legend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/legend/legend-api/versions/d9a714c3ff23/schema)
