Deregisters this Worker from an Octopus Server.
Deregister Worker options
Usage: tentacle deregister-worker [<options>]
Where [<options>] is any of:
--instance=VALUE Name of the instance to use
--config=VALUE Configuration file to use
--server=VALUE The Octopus Server - e.g., 'http://octopus'
--apiKey=VALUE Your API key; you can get this from the Octopus
web portal
-u, --username, --user=VALUE
If not using API keys, your username
-p, --password=VALUE If not using API keys, your password
-m, --multiple Deregister all workers that use the same
thumbprint
--space=VALUE The space which this worker will be deregistered
from, - e.g. 'Finance Department' where Finance
Department is the name of an existing space; the
default value is the Default space, if one is
designated.
Or one of the common options:
--help Show detailed help for this command
Basic examples
This example deregisters a worker from the Octopus Server:
tentacle deregister-worker --server="https://your-octopus-url" --apiKey="API-YOUR-KEY"
This example deregisters the worker instance MyNewInstance
from space MyNewSpace
:
tentacle deregister-worker --server="https://your-octopus-url" --apiKey="API-YOUR-KEY" --instance="MyNewInstance" --space="MyNewSpace"
Help us continuously improve
Please let us know if you have any feedback about this page.
Page updated on Tuesday, June 25, 2024