---
title: Snooze
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Snooze
---

# Snooze

Snooze in Google Cloud Monitoring is a temporary suppression of alert notifications for specific alert policies. It allows you to pause alerts during known maintenance windows or expected system changes without disabling the underlying policy. Snoozes help reduce noise while maintaining full monitoring and alerting behavior once the snooze period ends.

```
gcp.monitoring_snooze
```

## Fields

| Title                | ID   | Type          | Data Type                                                                                                                                                                                                                                       | Description |
| -------------------- | ---- | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                 | core | string        |
| ancestors            | core | array<string> |
| criteria             | core | json          | Required. This defines the criteria for applying the Snooze. See Criteria for more information.                                                                                                                                                 |
| datadog_display_name | core | string        |
| gcp_display_name     | core | string        | Required. A display name for the Snooze. This can be, at most, 512 unicode characters.                                                                                                                                                          |
| interval             | core | json          | Required. The Snooze will be active from interval.start_time through interval.end_time. interval.start_time cannot be in the past. There is a 15 second clock skew to account for the time it takes for a request to reach the API from the UI. |
| labels               | core | array<string> |
| name                 | core | string        | Required. Identifier. The name of the Snooze. The format is: projects/[PROJECT_ID_OR_NUMBER]/snoozes/[SNOOZE_ID] The ID of the Snooze will be generated by the system.                                                                          |
| organization_id      | core | string        |
| parent               | core | string        |
| project_id           | core | string        |
| project_number       | core | string        |
| region_id            | core | string        |
| resource_name        | core | string        |
| tags                 | core | hstore_csv    |
| zone_id              | core | string        |
