---
title: kapacitor service-tests
description: The kapacitor service-tests command executes one or more of the available service tests.
url: https://docs.influxdata.com/kapacitor/v1/reference/cli/kapacitor/service-tests/
estimated_tokens: 169
product: Kapacitor
version: v1
publisher: InfluxData
canonical: https://docs.influxdata.com/kapacitor/v1/reference/cli/kapacitor/service-tests/
date: '2023-10-03T10:49:57-06:00'
lastmod: '2023-10-03T10:49:57-06:00'
---

The `kapacitor service-tests` command executes one or more of the available
service tests.

> [!Note]
> *Use the [`kapacitor list service-tests` command](/kapacitor/v1/reference/cli/kapacitor/list/)to list all available service tests.*

## Usage

```sh
kapacitor service-tests [<service> ...]
```

## Arguments

* **service**: Kapacitor service (handler) to execute service tests for

## Examples

```sh
kapacitor service-tests slack talk smtp
```

[](#view-example-output)

View example output

```text
Service             Success   Message
slack               true
talk                false     service is not enabled
smtp                false     service is not enabled
```
