Databricks · Arazzo Workflow
Databricks Cancel a Job's Active Run
Version 1.0.0
Find a job's active run and cancel it, then confirm cancellation.
View Spec
View on GitHub
AIAnalyticsApache SparkBig DataClean RoomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualizeArazzoWorkflows
Provider
Workflows
cancel-active-run
Locate a job's active run and cancel it.
Lists active runs for the job, cancels the first one found, then reads it back to confirm it is no longer RUNNING.
1
listActiveRuns
listJobRuns
List active runs for the job and capture the first active run_id.
2
cancelRun
cancelJobRun
Cancel the active run. Cancellation is asynchronous; the run transitions to a TERMINATING state.
3
confirmCancel
getJobRun
Read the run back to confirm it has left the RUNNING state after the cancel request.