---
title: "Snooze a Next Step"
method: POST
path: "/v3/next-steps/{id}/snooze"
tags: ["Next Steps"]
---

# Snooze a Next Step

`POST /v3/next-steps/{id}/snooze`

Hides a recommended step for a number of days, after which it returns to the list automatically. Only an open or in-progress step can be snoozed.

## Path parameters

- `id` string, required

## Request body

- object
  - `teamId` string
  - `days` integer — Snooze duration in days (default 7).

## Response `200`

Default Response

- object
  - `ok` boolean, required
  - `status` string

## Other responses

- `404` — Default Response

---

[API](https://skmtc.net/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.net/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/snowseo/snowseo-api/versions/6e50f4761eea/schema)
