---
title: Draft Monitors
description: >-
  Create, test, and refine monitor alerts safely without triggering
  notifications using Draft Monitors.
breadcrumbs: Docs > Monitors > Draft Monitors
---

# Draft Monitors

## Overview{% #overview %}

Draft Monitors let you safely create, refine, and test alerts without triggering notifications.

Whether you're experimenting with thresholds, iterating on complex queries, or collaborating with teammates, drafts give you a clean, isolated space to work that is free from the noise of unfinished or test monitors. Also, Draft Monitors help reduce alert fatigue during development and ensure only fully vetted monitors go live.

Ideal for engineers and SREs managing alert workflows, Draft Monitors provide clarity across multiple teams and a sure path from idea to reliable alert.

## Create a draft monitor{% #create-a-draft-monitor %}

To create and store monitors in a draft state:

1. Navigate to [**Monitors > New Monitor**](https://app.datadoghq.com/monitors/create).
1. [Configure the monitor](https://docs.datadoghq.com/monitors/configuration/?tab=thresholdalert) (add your query, specify conditions, and optionally set notifications). Notification handles set in a draft are only used after the monitor is published.
1. Click **Save as Draft**. No alerts are sent from this draft monitor.

{% image
   source="https://datadog-docs.imgix.net/images/monitors/draft/save_as_draft.843efa32ef0ccb57ce36d2231f9122e4.png?auto=format"
   alt="Save as Draft button in the monitor creation interface" /%}

## Publish a draft monitor{% #publish-a-draft-monitor %}

When your monitor is ready:

1. Open the draft from [**Monitors List**](https://app.datadoghq.com/monitors/manage) by using the draft status facet or filter by `status:draft`.
1. Review the configuration.
1. Click **Publish Monitor.**
1. This publishes your monitor and begins alerting based on your conditions.

## Manage draft monitors{% #manage-draft-monitors %}

Find draft monitors from the [**Monitors List**](https://app.datadoghq.com/monitors/manage) by using the draft status facet or filter by `draft_status:draft`. Drafts appear with a **Draft** label on the monitor status page and in the monitor list. Drafts expire after 6 months without updates, but you can delete draft monitors at any time.

## Permissions{% #permissions %}

Anyone with [edit permissions](https://docs.datadoghq.com/monitors/configuration/?tab=thresholdalert#permissions) can update a draft monitor. You can use events to preview how often the monitor would have triggered without sending actual notifications.

## Best practices{% #best-practices %}

- **Use drafts for peer reviews:** Collaborate before pushing changes live.
- **Avoid noise in production:** Test alert conditions safely in a draft first.
- **Track your work:** Use clear names and tags for drafts during development.
- **Limit stale drafts:** Review and clean up old drafts to reduce clutter.

## Further reading{% #further-reading %}

- [Monitors and Alerting Overview](https://docs.datadoghq.com/monitors/)
- [Configure monitors](https://docs.datadoghq.com/monitors/configuration/?tab=thresholdalert)
- [Manage monitors](https://docs.datadoghq.com/monitors/manage/)
