---
title: "Snooze an issue group"
method: PUT
path: "/issues/groups/{issue_group_id}/snooze"
---

# Snooze an issue group

`PUT /issues/groups/{issue_group_id}/snooze`

Snooze an issue group for a given period

## Path parameters

- `issue_group_id` integer, required

## Request body

- object
  - `snooze_until` integer, required — A unix timestamp describing until when the issue group should be snoozed
  - `reason` string — A reason for snoozing the issue

## Response `200`

The issue has been successfully snoozed

- object
  - `success` integer
  - `snoozed_single_issues_amount` integer

## Other responses

- `400` — One or more of the provided fields are invalid.
- `404` — The provided issue ID is does not exist.

---

[API](https://skmtc.net/aikido/apis/authorization.md) · [All operations](https://skmtc.net/aikido/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aikido/authorization/versions/5445e7c21137/schema)
