Skip to contents

Cancels all active runs of a job. The runs are canceled asynchronously, so it doesn't prevent new runs from being started.

Usage

cancel_job_all_runs(client, all_queued_runs = NULL, job_id = NULL)

jobsCancelAllRuns(client, all_queued_runs = NULL, job_id = NULL)

Arguments

client

Required. Instance of DatabricksClient()

all_queued_runs

Optional boolean parameter to cancel all queued runs.

job_id

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