---
title: "Rename a notification channel"
method: POST
path: "/v1/notification-channels/{channel-name}/rename"
tags: ["Notification Channels"]
---

# Rename a notification channel

`POST /v1/notification-channels/{channel-name}/rename`

Rename an existing notification channel. Also updates references in server actions. Channels provided by chat bots cannot be renamed.

## Path parameters

- `channel-name` string, required

## Request body

- object
  - `newName` string, required — New channel name

## Response `200`

Notification channel renamed successfully

## Other responses

- `400` — Invalid or missing new name
- `403` — Access denied
- `404` — Notification channel not found
- `409` — Channel with the new name already exists, or channel is provided by chat bot

---

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