> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/channels/llms.txt)
> Source: https://docs.saleor.io/api-reference/channels/mutations/channel-activate

# channelActivate Mutation

Activate a channel.

Requires the MANAGE\_CHANNELS permission.

Triggers the following webhook events:

-   CHANNEL\_STATUS\_CHANGED (async): A channel was activated.

```graphql
channelActivate(
  id: ID!
): ChannelActivate
```

Details

```graphql
type ChannelActivate {
  channel: Channel
  channelErrors: [ChannelError!]! @deprecated
  errors: [ChannelError!]!
}
```

<a id="arguments"></a>

### Arguments

<a id="id"></a>

#### [`id`](#id) ● [`ID!`](/api-reference/miscellaneous/scalars/id.md)

ID of the channel to activate.

<a id="type"></a>

### Type

<a id="channelactivate"></a>

#### [`ChannelActivate`](/api-reference/channels/objects/channel-activate.md)

Activate a channel.

Requires the MANAGE\_CHANNELS permission.

Triggers the following webhook events:

-   CHANNEL\_STATUS\_CHANGED (async): A channel was activated.
