---
title: "POST /reporting/reports/{id}/fail"
method: POST
path: "/reporting/reports/{id}/fail"
tags: ["Reports"]
---

# POST /reporting/reports/{id}/fail

`POST /reporting/reports/{id}/fail`

Mark the report as failed, method only available to concrete execution run.
**WARNING! The update of the status of a given report to failed
is only available to CloudBlue Connect Reports Runner.
External actors cannot transition the report to failed.**.
If `block` is set to `True`, the templates associated with the report will be blocked as well.

## Path parameters

- `id` string, required

## Request body

- ReportingReportFail — Fail report. Is used to fail a concrete report execution. You need to provide the `notes`, as reason for failure, `block` and optional `traceback` data as input.
  - `notes` string, required
  - `traceback` string
  - `block` boolean, required

## Response `204`

---

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