Documentation menu

Tentacle.exe command line

Use Octopus docs with AI

Delete instance

Using the Tentacle.exe command line executable to delete an instance of the Tentacle service.

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"