---
title: "mark failed jobs as resolved"
method: POST
path: "/w/{workspace}/jobs/completed/resolve"
tags: ["job"]
---

# mark failed jobs as resolved

`POST /w/{workspace}/jobs/completed/resolve`

Marks failed jobs as handled so triage surfaces stop showing them as failures. The job status itself is unchanged. Returns the ids actually resolved: ids that are not visible to the caller or did not fail are silently skipped.

## Path parameters

- `workspace` string, required

## Request body

- object
  - `job_ids` string[], required
  - `note` string — a person's explanation of why the failure is considered handled. Enterprise-only: ignored outside enterprise
  - `superseded_by` string, uuid — id of a later successful run of the same runnable that supersedes the failure. Verified server-side, and the resulting note is the server's own wording, so it is recorded regardless of licence. A claim that cannot be verified resolves nothing

## Response `200`

ids of the jobs that were resolved

- string[]

---

[API](https://skmtc.net/windmill/apis/windmill-api.md) · [All operations](https://skmtc.net/windmill/apis/windmill-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/windmill/windmill-api/versions/155a35b3caff/schema)
