---
title: "Complete task"
method: POST
path: "/v1/tasks/{id}/complete"
tags: ["Tasks"]
---

# Complete task

`POST /v1/tasks/{id}/complete`

Complete an Operator Task by moving it to the Done swimlane. This is not archive.

## Path parameters

- `id` string, required

## Response `200`

Task completed successfully

- object — Task completed successfully
  - `task` object

## Other responses

- `404` — Task not found

## Changes

- **2026-09-25** `6f1a23af942d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/printhiv3d/apis/hive-api-documentation/changes/v1/tasks/:id/complete/post.md)

---

[API](https://skmtc.dev/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.dev/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc.dev/printhiv3d/apis/hive-api-documentation/revisions/6f1a23af942d?raw)
