---
title: "POST /models/reprocess"
method: POST
path: "/models/reprocess"
tags: ["Models"]
---

# POST /models/reprocess

`POST /models/reprocess`

Bulk reprocess models.

## Query parameters

- `filter` string, required — A string in the form `<FilterProperty>(<FilterOperator>(<FilterValue>))[,FilterExpressions]`. See the [API Reference](https://physna.github.io/public-api-guide/api-reference/filter-expressions) for more details. Example: ``` id(between(1,1000)),createdAt(not(lt('2022-01-01T00:00:00.000Z'))) ```

## Headers

- `X-PHYSNA-TENANTID` string

## Response `202`

Accepted

- ReprocessModelsResponse
  - `affected` number, double, required

## Other responses

- `400`
- `404`

---

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