---
title: "Mark snapshot difference as ignored"
method: PUT
path: "/v2/snapshots/ignore"
---

# Mark snapshot difference as ignored

`PUT /v2/snapshots/ignore`

Marks a specific snapshot difference as ignored or unignored. When a snapshot difference is ignored, it will not trigger alerts or be counted as a change in snapshot comparisons.

## Request body

- object
  - `headSnapshotId` string, required — The ID of the head snapshot (prefixed with 'snap_', e.g., 'snap_abc123xyz')
  - `baseSnapshotId` string, required — The ID of the base snapshot (prefixed with 'snap_', e.g., 'snap_def456uvw')
  - `headImageId` string, required — The ID of the image in the head snapshot
  - `baseImageId` string, required — The ID of the image in the base snapshot
  - `ignored` boolean, required — Whether to ignore (true) or unignore (false) this snapshot difference

## Response `200`

Success - snapshot difference ignore status updated

## Other responses

- `400` — Bad request - missing required parameters or snapshots not found

---

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