Databricks SDK for JavaScript
    Preparing search index...
    interface DeletePipelineRequest {
        cascade?: boolean;
        force?: boolean;
        pipelineId?: string;
    }
    Index

    Properties

    cascade?: boolean

    If false, pipeline deletion will not cascade to its datasets (MVs, STs, Views). By default, this parameter will be true and all tables will be deleted with the pipeline.

    force?: boolean

    If true, deletion will proceed even if resource cleanup fails. By default, deletion will fail if resources cleanup is required but fails.

    pipelineId?: string