---
title: "Create pod Discord support channel"
method: POST
path: "/pods/{id}/discord-channel"
tags: ["Support API Key Authentication"]
---

# Create pod Discord support channel

`POST /pods/{id}/discord-channel`

Endpoint to create or return a Discord support channel for a specific pod.

## Path parameters

- `id` string, uuid, required

## Request body

- PodDiscordChannelRequest
  - `content` string, nullable

## Response `200`

Discord support channel is ready

- PodDiscordChannelResponse
  - `channel_id` string, required
  - `discord_channel_id` string, required
  - `channel_url` string, nullable
  - `message` string, required

## Other responses

- `400` — Discord support channel could not be created
- `403` — User not authorized
- `404` — Pod or node not found
- `422` — Validation Error
- `500` — Internal server error

---

[API](https://skmtc.dev/lium/apis/lium-backend-api.md) · [All operations](https://skmtc.dev/lium/apis/lium-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lium/lium-backend-api/revisions/1d95e7aac17e/schema)
