---
search:
  tags:
    - account
    - POST
seo:
  description: >-
    Pauses a running time tracker by ending its current active… Reference for
    the POST /account/time-tracker/{id}/pause endpoint in the Leadtime Public
    API API.
sidebar:
  badge: POST
  label: Pause running time tracker
title: Pause running time tracker
type: openapi-operation
---
Pauses a running time tracker by ending its current active interval. The interval end time is set to the current time.

After pausing, the tracker stops accumulating time but can be resumed later using the resume endpoint. This is useful for breaks or when switching to other work.

If the tracker is not currently running, this endpoint has no effect.

<Operation source="api-reference" id="timetrackercontroller-pause" />
