drop_pipeline
Delete a SingleStore pipeline, automatically stopping it if running, with optional IF EXISTS to avoid errors.
Instructions
Delete a pipeline. Running pipelines are stopped automatically before being dropped.
Args:
pipeline_name: Name of the pipeline to drop.
database: Database the pipeline lives in (defaults to the
connection's configured database).
if_exists: Add IF EXISTS so dropping a nonexistent pipeline is a
no-op instead of an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | ||
| if_exists | No | ||
| pipeline_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||