---
title: "Unsnooze an issue"
method: PUT
path: "/issues/{issue_id}/unsnooze"
---

# Unsnooze an issue

`PUT /issues/{issue_id}/unsnooze`

Unsnooze an issue for a given period

## Path parameters

- `issue_id` integer, required

## Request body

- object
  - `apply_for_all_tags` boolean — In case the issue is linked to a container, apply the unsnooze 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 unsnoozed

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