---
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: 193
product: Telegraf Enterprise
version: v1
publisher: InfluxData
canonical: https://docs.influxdata.com/telegraf/v1/commands/plugins/outputs/
date: '2024-04-03T14:36:07-06:00'
lastmod: '2024-04-03T14:36:07-06:00'
---

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
```
| Flag |  | Description |
| --- | --- | --- |
| Flag |  | Description |
|  | --deprecated | Print only deprecated plugins |
| -h | --help | Show command help |
