---
title: "POST /alerts"
method: POST
path: "/alerts"
tags: ["alert"]
---

# POST /alerts

`POST /alerts`

Create new Alerts

## Request body

- PostableAlert[]
  - `startsAt` string, date-time
  - `endsAt` string, date-time
  - `annotations` LabelSet
  - `labels` LabelSet, required
  - `generatorURL` string, uri

## Response `200`

Create alerts response

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

[API](https://skmtc.net/prometheus/apis/alertmanager-api.md) · [All operations](https://skmtc.net/prometheus/apis/alertmanager-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prometheus/alertmanager-api/versions/da782cf7fa5e/schema)
