Skip to main content

DROP WORKER

Removes a worker.

note

This command requires cloud control to be enabled.

Syntax

DROP WORKER [ IF EXISTS ] <worker_name>

Parameters

ParameterDescription
IF EXISTSOptional. Suppresses the error if the worker does not exist.
<worker_name>The worker name.

Examples

DROP WORKER ingest_worker;
DROP WORKER IF EXISTS ingest_worker;
Try Databend Cloud for FREE

Multimodal, object-storage-native warehouse for BI, vectors, search, and geo.

Snowflake-compatible SQL with automatic scaling.

Sign up and get $200 in credits.

Try it today