Documentation menu

Octopus.Server.exe command line

Use Octopus docs with AI

Delete instances

Deletes an instance of the Octopus service

Use the Delete Instance command to delete an instance of the Octopus service.

Delete Instance options

Usage: octopus.server 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 Octopus Server instance on the machine named MyNewInstance:

octopus.server delete-instance --instance="MyNewInstance"