﻿# Delete instance

Deletes an instance of the Tentacle service.

**Delete instance options**

```
Usage: tentacle delete-instance [<options>]

Where [<options>] is any of:

      --instance=VALUE       Name of the instance to use
      --config=VALUE         Configuration file to use

Or one of the common options:

      --help                 Show detailed help for this command
```

## Basic example

This example deletes the Tentacle instance `MyNewInstance`:

```
tentacle delete-instance --instance="MyNewInstance"
```
