---
title: "Mark Scout As Done"
method: POST
path: "/v1/scouting/tasks/{scout_id}/done"
tags: ["Scouting"]
---

# Mark Scout As Done

`POST /v1/scouting/tasks/{scout_id}/done`

Mark a scout as done. The scout will be archived and stop running.

## Path parameters

- `scout_id` string, uuid, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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