---
title: "Snooze Task"
method: POST
path: "/v1/tasks/{task_id}/snooze"
tags: ["tasks"]
---

# Snooze Task

`POST /v1/tasks/{task_id}/snooze`

Snooze an actionable task until a future datetime.

Requires the `tasks:write` scope on the API key.

## Path parameters

- `task_id` string, uuid, required

## Request body

- TaskSnoozePublicInput
  - `snoozed_until` string, date-time, required — When the task should re-enter the active queue. Must be timezone-aware and in the future.

## Response `200`

Successful Response

- TaskSnoozePublicOutput
  - `id` string, uuid, required — Task identifier.
  - `snoozed_until` string, date-time, nullable — When the task is snoozed until.

---

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