---
title: "Snooze an issue"
method: PUT
path: "/issues/{issue_id}/snooze"
---

# Snooze an issue

`PUT /issues/{issue_id}/snooze`

Snooze an issue for a given period

## Path parameters

- `issue_id` integer, required

## Request body

- object
  - `snooze_until` integer, required — A unix timestamp describing until when the issue should be snoozed
  - `reason` string — A reason for snoozing the issue
  - `apply_for_all_tags` boolean — In case the issue is linked to a container, apply the snooze action across all tags of this container. This feature needs to be enabled by Aikido support before it can be used.

## Response `200`

The issue has been successfully snoozed

- object
  - `status` string

## Other responses

- `400` — One or more of the provided fields are invalid.
- `404` — The provided issue ID is does not exist.
- `422` — The payload is valid, but the request could not be processed.

---

[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)
