---
title: "Force re-score a single asset against the current checks"
method: POST
path: "/v1/admin/floorplan-benchmarks/{assetId}/rescore"
tags: ["Admin Floorplan Benchmarks"]
---

# Force re-score a single asset against the current checks

`POST /v1/admin/floorplan-benchmarks/{assetId}/rescore`

## Path parameters

- `assetId` string, required

## Response `200`

Asset re-scored

- FloorplanBenchmarkRunApiResponseDto
  - `success` boolean, required — Indicates if the request was successful
  - `message` string, required — Human readable message
  - `data` object, nullable, required — Response data
    - `id` string, uuid, required
    - `assetId` string, uuid, required
    - `generatorVersion` string, nullable, required
    - `metrics` object, required
    - `hardFailCount` integer, required
    - `hardConstraintTotal` integer, required
    - `score` integer, nullable, required
    - `createdAt` unknown, required
  - `timestamp` string, date-time, required — Timestamp of the response

---

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