---
title: "Mark a completed JobCodeMatchProcessor process as reset. Writes state.hasReset = true so the frontend can force the matcher UI to reset after the user applies changes, instead of redisplaying the matching table."
method: POST
path: "/v1/org/{orgId}/job-code/match/{processId}/reset"
tags: ["job-code"]
---

# Mark a completed JobCodeMatchProcessor process as reset. Writes state.hasReset = true so the frontend can force the matcher UI to reset after the user applies changes, instead of redisplaying the matching table.

`POST /v1/org/{orgId}/job-code/match/{processId}/reset`

## Path parameters

- `orgId` string, required
- `processId` string, required

## Response `204`

reset flag written

## Other responses

- `400` — process is not a JobCodeMatchProcessor
- `401` — not authorized
- `403` — permission denied
- `404` — process not found

---

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