---
title: telegraf plugins inputs
description: The telegraf plugins inputs command prints available input plugins.
url: https://docs.influxdata.com/telegraf/v1/commands/plugins/inputs/
estimated_tokens: 422
product: Telegraf
version: v1
---

# telegraf plugins inputs

The `telegraf plugins inputs` command prints available input plugins.

## Usage

```sh
telegraf [global-flags] plugins inputs [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 input plugins

```sh
telegraf plugins inputs
```

### List deprecated input plugins

```sh
telegraf plugins inputs --deprecated
```
