---
title: "Stop an issue's existing stopwatch."
method: POST
path: "/repos/{owner}/{repo}/issues/{index}/stopwatch/stop"
tags: ["issue"]
---

# Stop an issue's existing stopwatch.

`POST /repos/{owner}/{repo}/issues/{index}/stopwatch/stop`

## Path parameters

- `owner` string, required
- `repo` string, required
- `index` integer, required

## Response `201`

APIEmpty is an empty response

## Other responses

- `403` — Not repo writer, user does not have rights to toggle stopwatch
- `404` — APINotFound is a not found empty response
- `409` — Cannot stop a non-existent stopwatch

---

[API](https://skmtc.net/gitea/apis/gitea-api.md) · [All operations](https://skmtc.net/gitea/apis/gitea-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitea/gitea-api/revisions/350de506cefa/schema)
