---
title: "Reset an account profit target"
method: PUT
path: "/rest/api/v1/accounts/{accountId}/profitTargets/{profitTargetFeatureId}/reset"
tags: ["Account API"]
---

# Reset an account profit target

`PUT /rest/api/v1/accounts/{accountId}/profitTargets/{profitTargetFeatureId}/reset`

If the profit target (e.g., daily) is hit, no trades will be copied for the remainder of the day. To resume trading on the same day, you can utilize this operation to unlock the profit target

## Path parameters

- `accountId` string, uuid, required
- `profitTargetFeatureId` string, uuid, required

## Response `200`

OK

---

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