---
title: "POST /v1/{+parent}/violations:batchAcknowledgeViolations"
method: POST
path: "/v1/{+parent}/violations:batchAcknowledgeViolations"
tags: ["organizations"]
---

# POST /v1/{+parent}/violations:batchAcknowledgeViolations

`POST /v1/{+parent}/violations:batchAcknowledgeViolations`

Acknowledges multiple existing violations. By acknowledging violations, users acknowledge the existence of compliance violations in their workload and decide to ignore them due to a valid business justification. Acknowledgement is a permanent operation and it cannot be reverted. This is a batch version of AcknowledgeViolation.

## Path parameters

- `parent` string, required

## Request body

- GoogleCloudAssuredworkloadsV1BatchAcknowledgeViolationsRequest — Request for acknowledging the violations in a batch
  - `acknowledgeType` 'ACKNOWLEDGE_TYPE_UNSPECIFIED' | 'SINGLE_VIOLATION' | 'EXISTING_CHILD_RESOURCE_VIOLATIONS' — Optional. Acknowledge type of specified violations.
  - `names` string[] — Required. The resource names of the Violations to acknowledge. Format for each name: organizations/{organization}/locations/{location}/workloads/{workload}/violations/{violation}
  - `comment` string — Required. Business justification explaining the need for violations acknowledgement

## Response `200`

Successful response

---

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