Undeploy JFrog Worker

Overview

This command is used to remove a registered worker from you Artifactory instance.

Command name

worker undeploy

Abbreviation

worker rm

Command options:

--server-id

[Optional] Server ID configured using the config command.

--timeout-ms

[Default: 5000] The request timeout in milliseconds.

--project-key

[Optional] The key of the project that the worker belongs to.

Command arguments:

worker-key

[Optional] The worker key. If not provided it will be read from the manifest.json in the current directory.

Example

Undeploy a worker named my-worker from an Artifactory instance identified by my-server.

jf worker undeploy --server-id my-server my-worker

Last updated