---
title: "Acknowledge tasks"
method: POST
path: "/cloud/v1/tasks/acknowledge"
tags: ["Tasks"]
deprecated: true
---

# Acknowledge tasks

`POST /cloud/v1/tasks/acknowledge`

> **Deprecated.**

Deprecated

Use `/v1/tasks/acknowledge_all` instead

## Query parameters

- `project_id` integer, nullable — Project ID of the project where tasks should be acknowledged
- `region_id` integer, nullable — Region ID of the region where tasks should be acknowledged

## Request body

- DeprecatedTasksAcknowledgeBodySerializer
  - `task_ids` string[], nullable — List of tasks ids

## Response `204`

No Content

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
