Cancel job run action
- Updated: 2026/05/12
Cancels an active Databricks job run using a valid session and the specific job run ID. The action connects to the Databricks workspace through the provided session, identifies the targeted run, and terminates it.
Settings
- Use the Session field to select
one of the following options:
- Session name: Enter the name of the session
used during Connect
action.
Click the Insert a value icon to select an existing variable that you have used to store the default session name.
- Variable: Enter the name of the variable that you have used to store the session name.
- Session name: Enter the name of the session
used during Connect
action.
- Specify the Job run ID of the
Databricks job that you want to cancel.
Click the Insert a value icon to select an existing variable.
- Select a variable that you want to use to store the output from the
Assign the output to variable list.
The output typically returns the final state of the job run after the cancellation request is processed (For example,
TERMINATED,INTERNAL_ERROR,SKIPPED).