DROP WORKER
Introduced: v1.3.0
Removes a worker.
note
This command requires cloud control to be enabled.
Syntax
DROP WORKER [ IF EXISTS ] <worker_name>
Parameters
| Parameter | Description |
|---|---|
IF EXISTS | Optional. Suppresses the error if the worker does not exist. |
<worker_name> | The worker name. |
Examples
DROP WORKER read_env;
DROP WORKER IF EXISTS read_env;
Related Topics
- CREATE WORKER - Create a worker
- ALTER WORKER - Modify worker tags, options, or state
- SHOW WORKERS - List workers and their metadata