---
title: "Mark outliers"
method: POST
path: "/tracking/timeseries/cargo_by_device/outlier/v1"
tags: ["/tracking"]
---

# Mark outliers

`POST /tracking/timeseries/cargo_by_device/outlier/v1`

Marks data points as outliers or non-outliers. Uses atomic delete and reinsert strategy for time-series collection updates. | auth: api_key | authz: allowed_org_types=[shipper, provider], min_org_role=operator | (CargoByDeviceMarkOutliersRequest1) -> (CargoByDeviceMarkOutliersResponse1)

## Request body

- CargoByDeviceMarkOutliersRequest1
  - `tracking_cargo_by_device_data_point_ids` string[], required
  - `outlier` boolean, required

## Response `200`

Successful Response

- CargoByDeviceMarkOutliersResponse1
  - `successful_updates` integer, required
  - `failed_updates` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chrt/chrt-fastapi/revisions/ea04e157edb3/schema)
