# Burn Alerts This feature is available as part of the [Honeycomb Pro and Enterprise plans](https://www.honeycomb.io/pricing/). Burn Alerts notify you when issues impact your SLO budget. Learn more about [Burn Alerts here](https://docs.honeycomb.io/notify/alert/slos/monitor/). This API allows you to list, create, update, and delete burn alerts. ## Create a Burn Alert - [POST /1/burn_alerts/{datasetSlug}](https://api-docs.honeycomb.io/api/burn-alerts/createburnalert.md): Create a Burn Alert against a specified SLO. ## List All Burn Alerts for an SLO - [GET /1/burn_alerts/{datasetSlug}](https://api-docs.honeycomb.io/api/burn-alerts/listburnalertsbyslo.md): Get all burn alerts associated with the SLO specified in the query param. It is not currently possible to retrieve all burn alerts for a dataset, environment, or team. ## Get a Burn Alert - [GET /1/burn_alerts/{datasetSlug}/{burnAlertId}](https://api-docs.honeycomb.io/api/burn-alerts/getburnalert.md): Get a single Burn Alert by ID. ## Update a Burn Alert - [PUT /1/burn_alerts/{datasetSlug}/{burnAlertId}](https://api-docs.honeycomb.io/api/burn-alerts/updateburnalert.md): Update a Burn Alert by specifying its ID and full details. ## Delete a Burn Alert - [DELETE /1/burn_alerts/{datasetSlug}/{burnAlertId}](https://api-docs.honeycomb.io/api/burn-alerts/deleteburnalert.md): Delete a Burn Alert by specifying its ID.