Databricks SDK for JavaScript
    Preparing search index...

    Interface CancelAllRunsRequest

    interface CancelAllRunsRequest {
        allQueuedRuns?: boolean;
        jobId?: bigint;
    }
    Index

    Properties

    allQueuedRuns?: boolean

    Optional boolean parameter to cancel all queued runs. If no job_id is provided, all queued runs in the workspace are canceled.

    jobId?: bigint

    The canonical identifier of the job to cancel all runs of.