---
title: "Bulk update task status"
method: PUT
path: "/tasks/bulk/status"
tags: ["Tasks"]
---

# Bulk update task status

`PUT /tasks/bulk/status`

Update the status of multiple tasks at once

## Request body

- object
  - `tasks` string[], required — Array of task IDs to update
  - `status_id` string, uuid, required — New status ID to apply

## Response `200`

Task statuses updated successfully

- ServerResponse
  - `done` boolean, required — Indicates if the operation was successful
  - `body` unknown, required
  - `title` string, nullable — Optional response title
  - `message` string, nullable — Optional message (error message or success notification)

---

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