---
title: "Complete"
method: PUT
path: "/shipping/tasks/complete/v1/{task_id}"
tags: ["/shipping/tasks"]
---

# Complete

`PUT /shipping/tasks/complete/v1/{task_id}`

Marks a task as COMPLETED, optionally recording a client-supplied completion timestamp no more than five minutes in the future. | authz_personas=[driver_for_executor, coordinator_org_operators, executor_org_operators] (depending on type) | (TaskCompleteReq) -> (bool)

## Path parameters

- `task_id` string, required

## Request body

- TaskCompleteReq
  - `completed_at_timestamp` string, date-time, nullable

## Response `200`

Successful Response

- boolean

## Other responses

- `422` — Validation Error

---

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