akkoma/docs/docs/administration/CLI_tasks/relay.md
floatingghost d2a185c013
Some checks are pending
ci/woodpecker/push/docs Pipeline is pending
ci/woodpecker/push/release Pipeline is pending
ci/woodpecker/push/test Pipeline is pending
Documentation updates for stable release (#73)
Reviewed-on: #73
2022-07-15 12:27:16 +00:00

600 B

Managing relays

{! administration/CLI_tasks/general_cli_task_info.include !}

Follow a relay

=== "OTP"

```sh
./bin/pleroma_ctl relay follow <relay_url>
```

=== "From Source"

```sh
mix pleroma.relay follow <relay_url>
```

Unfollow a remote relay

=== "OTP"

```sh
./bin/pleroma_ctl relay unfollow <relay_url>
```

=== "From Source"

```sh
mix pleroma.relay unfollow <relay_url>
```

List relay subscriptions

=== "OTP"

```sh
./bin/pleroma_ctl relay list
```

=== "From Source"

```sh
mix pleroma.relay list
```