For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
      • AstroFully-managed data operations, powered by Apache Airflow.
      • Astro Private CloudRun Airflow-as-a-service in your environment.
      • Professional ServicesExpert Airflow services for your enterprise's success.
    • Tools
      • Cosmos
      • Orbiter
      • CLI
      • AI SDK
      • Agents
      • Blueprint
      • UpdatesThe State of Airflow 2026See the insights from over 5,800 data practitioners in the full report. Download Now ➔
  • Customers
  • Docs
    • Insights
      • Blog
      • Webinars
      • Resource Library
      • Events
    • Education
      • Academy
      • What is Airflow?
  • Pricing
Get Started Free
  • Astro API v1beta1
    • v1beta1 deprecation notice
    • Migrate to v1
  • Platform API Reference
      • GETList Alert Notification Channels
      • POSTCreate an Alert Notification Channel
      • GETGet an Alert Notification Channel
      • POSTUpdate an Alert Notification Channel
      • DELDelete an Alert Notification Channel
    • Changelog
  • IAM API Reference
    • Changelog
    • Book Office Hours

Product

  • Platform Overview
  • Astro
  • Astro Observe
  • Astro Private Cloud
  • Security & Trust
  • Pricing

Tools & Services

  • Cosmos
  • Docs
  • Professional Services
  • Product Updates

Use Cases

  • AI Ops
  • Data Observability
  • ETL/ELT
  • ML Ops
  • Operational Analytics
  • All Use Cases

Industries

  • Financial Services
  • Gaming
  • Retail
  • Manufacturing
  • Healthcare
  • All Industries

Resources

  • Academy
  • eBooks & Guides
  • Blog
  • Webinars
  • Events
  • The Data Flowcast Podcast
  • All Resources

Airflow

  • What is Airflow
  • Airflow on Astro
  • Airflow 3.0
  • Airflow Upgrades
  • Airflow Use Cases
  • Airflow 2.x End of Life

Company

  • Our Story
  • Customers
  • Newsroom
  • Careers
  • Contact

Support

  • Knowledge Base
  • Status
  • Contact Support
GitHubYouTubeLinkedInx
  • Legal
  • Privacy
  • Terms of Service
  • Consent Preferences

  • Do Not Sell or Share My Personal information
  • Limit the Use Of My Sensitive Personal Information

Apache Airflow®, Airflow, and the Airflow logo are trademarks of the Apache Software Foundation. Copyright © Astronomer 2026. All rights reserved.

LogoLogo
Platform API ReferenceNotification Channels

Update an Alert Notification Channel

POST
https://api.astronomer.io/platform/v1beta1/organizations/:organizationId/notification-channels/:notificationChannelId
POST
/platform/v1beta1/organizations/:organizationId/notification-channels/:notificationChannelId
$curl -X POST https://api.astronomer.io/platform/v1beta1/organizations/organizationId/notification-channels/notificationChannelId \
> -H "Authorization: Bearer <token>" \
> -H "Content-Type: application/json" \
> -d '{}'
1{
2 "createdAt": "2024-06-01T10:15:30Z",
3 "createdBy": {
4 "id": "clm8qv74h000008mlf08scq7k",
5 "apiTokenName": "deployment-service-key",
6 "avatarUrl": "https://avatars.astronomer.io/users/janedoe.png",
7 "fullName": "Jane Doe",
8 "subjectType": "USER",
9 "username": "jane.doe@astronomer.io"
10 },
11 "definition": null,
12 "entityId": "ent_0987654321fedcba",
13 "entityType": "DEPLOYMENT",
14 "id": "nc_abcdef1234567890",
15 "isShared": true,
16 "name": "Critical Alerts Channel",
17 "organizationId": "org_1234abcd5678efgh",
18 "type": "EMAIL",
19 "updatedAt": "2024-06-01T12:00:00Z",
20 "updatedBy": {
21 "id": "clm8qv74h000008mlf08scq7k",
22 "apiTokenName": "deployment-service-key",
23 "avatarUrl": "https://avatars.astronomer.io/users/janedoe.png",
24 "fullName": "Jane Doe",
25 "subjectType": "USER",
26 "username": "jane.doe@astronomer.io"
27 },
28 "deploymentId": "dep_1234567890abcdef",
29 "entityName": "Data Pipeline Deployment",
30 "workspaceId": "ws_5678efgh1234abcd"
31}
Update an Alert Notification Channel.
Was this page helpful?
Previous

Delete an Alert Notification Channel

Next
Built with

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

organizationIdstringRequired
The ID of the Organization to which the Notification Channel belongs.
notificationChannelIdstringRequired
The ID of the Notification Channel to update.

Request

The request body for updating a Notification Channel.

Response

OK
createdAtstringformat: "date-time"

The time when the alert was created in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ.

createdByobject
definitionany
The notification channel's definition.
entityIdstring
The entity ID the notification channel is scoped to.
entityTypestring
The type of entity the notification channel is scoped to.
idstring
The notification channel's ID.
isSharedboolean
When entity type is scoped to ORGANIZATION or WORKSPACE, this determines if child entities can access this notification channel.
namestring
The notification channel's name.
organizationIdstring
The organization ID the notification channel is scoped to.
typestring
The notification channel's type.
updatedAtstringformat: "date-time"

The time when the alert was updated in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ.

updatedByobject
deploymentIdstring
The deployment ID the notification channel is scoped to.
entityNamestring
The name of the entity the notification channel is scoped to.
workspaceIdstring
The workspace ID the notification channel is scoped to.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error