Skip to main content

Cleaning up resources

In this step, we will remove the previously created sample worker.

You can either specify the name of the worker, like this:

taskurai worker delete --name SampleWorker

Or you can simply use the delete command to select the worker from the list:

taskurai worker delete
caution

The remove workers command is an asynchronous process, the CLI may return sooner than the actual worker is removed.