Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.firebolt.io/llms.txt

Use this file to discover all available pages before exploring further.

Deletes an engine.

Syntax

DROP ENGINE [IF EXISTS] <engine_name>

Parameters

ParameterDescription
<engine_name>The name of the engine to be deleted.

Example

The following example drops my_engine:
DROP ENGINE my_engine