---
title: "POST /v1/deployment-alerts/{dseq}"
method: POST
path: "/v1/deployment-alerts/{dseq}"
tags: ["DeploymentAlert"]
---

# POST /v1/deployment-alerts/{dseq}

`POST /v1/deployment-alerts/{dseq}`

## Path parameters

- `dseq` string, required

## Headers

- `x-owner-address` string
- `Authorization` string

## Request body

- DeploymentAlertCreateInput
  - `data` object, required
    - `alerts` object, required
      - `deploymentBalance` object
        - `notificationChannelId` string, uuid, required
        - `enabled` boolean
        - `threshold` number, required
      - `deploymentClosed` object
        - `notificationChannelId` string, uuid, required
        - `enabled` boolean

## Response `201`

Returns the created alert

- DeploymentAlertsResponse
  - `data` object, required
    - `dseq` string, required
    - `owner` string
    - `alerts` object, required
      - `deploymentBalance` object
        - `notificationChannelId` string, uuid, required
        - `enabled` boolean
        - `threshold` number, required
        - `id` string, uuid, required
        - `status` string, required
        - `suppressedBySystem` boolean
      - `deploymentClosed` object
        - `notificationChannelId` string, uuid, required
        - `enabled` boolean
        - `id` string, uuid, required
        - `status` string, required
        - `suppressedBySystem` boolean

## Other responses

- `400` — Validation error responded when some request parameters are invalid
- `401` — Unauthorized error responded when the user is not authenticated
- `403` — Forbidden error responded when the user is not authorized
- `500` — Internal server error, should probably be reported

---

[API](https://skmtc.dev/akash-network/apis/akash-network-console-api.md) · [All operations](https://skmtc.dev/akash-network/apis/akash-network-console-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/akash-network/akash-network-console-api/revisions/77a0df47eb74/schema)
