---
title: "Set channel configuration"
method: POST
path: "/api/channels"
tags: ["config"]
---

# Set channel configuration

`POST /api/channels`

Configures a Meshtastic radio channel via HAL

## Request body

- TransportChannelRequest
  - `downlink_enabled` boolean
  - `index` integer
  - `name` string
  - `psk` string — base64
  - `role` string
  - `uplink_enabled` boolean

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `503` — Service Unavailable

---

[API](https://skmtc.net/cubeos-app/apis/meshsat-api.md) · [All operations](https://skmtc.net/cubeos-app/apis/meshsat-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cubeos-app/meshsat-api/revisions/c019b6af96ea/schema)
