---
title: telegraf plugins outputs
description: The telegraf plugins outputs command prints available output plugins.
url: https://docs.influxdata.com/telegraf/v1/commands/plugins/outputs/
estimated_tokens: 424
product: Telegraf
version: v1
---

# telegraf plugins outputs

The `telegraf plugins outputs` command prints available output plugins.

## Usage

```sh
telegraf [global-flags] plugins outputs [flags]
```

## Flags

| Flag |  | Description |
| --- | --- | --- |
|  | --deprecated | Print only deprecated plugins |
| -h | --help | Show command help |

*Also see [Telegraf global flags](/telegraf/v1/commands/#telegraf-global-flags).*

## Examples

### List available output plugins

```sh
telegraf plugins outputs
```

### List deprecated output plugins

```sh
telegraf plugins outputs --deprecated
```
