---
title: "Dismiss Outlier"
method: POST
path: "/felix/dataset/outliers/dismiss"
tags: ["felix"]
---

# Dismiss Outlier

`POST /felix/dataset/outliers/dismiss`

Dismiss an outlier so it no longer appears in analysis results.

Appends the content fingerprint to the ``dismissed_outliers`` JSONB
array on the dataset row. On subsequent analysis runs the fingerprint
is matched and the outlier is filtered out of the response.

## Request body

- DismissOutlierRequest — Request to dismiss (keep) an outlier so it doesn't reappear on refresh.
  - `dataset_name` string, required — Name of the dataset
  - `fingerprint` string, required — Content fingerprint of the outlier sample

## Response `200`

Successful Response

- DismissOutlierResponse — Response after dismissing an outlier.
  - `success` boolean

## Other responses

- `422` — Validation Error

---

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