---
title: "Stops a running or paused Ticket Timer"
method: POST
path: "/ticket_timers/{id}/stop"
tags: ["Ticket Timer"]
---

# Stops a running or paused Ticket Timer

`POST /ticket_timers/{id}/stop`

Required permission: Ticket Timers - Overview

Stops a running or paused Ticket Timer. Returns a 422 if the timer is already stopped.
If the account has `ticket_timer_charge_by_default` enabled, this also creates the
ticket line item for the charged time.

## Path parameters

- `id` integer, required

## Response `200`

successful

## Other responses

- `404` — not found
- `422` — invalid transition

---

[API](https://skmtc.net/syncromsp/apis/syncro.md) · [All operations](https://skmtc.net/syncromsp/apis/syncro/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/syncromsp/syncro/versions/3df3aed287cc/schema)
