# RepairRunInput

## Properties

| Name                          | Type             | Description                                                                                                                                                              | Notes                          |
| ----------------------------- | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------ |
| **run\_id**                   | Option<**i64**>  | The job run ID of the run to repair. The run must not be in progress.                                                                                                    | \[optional]                    |
| **rerun\_tasks**              | Option<**Vec**>  | The task keys of the task runs to repair.                                                                                                                                | \[optional]                    |
| **latest\_repair\_id**        | Option<**i64**>  | The ID of the latest repair. This parameter is not required when repairing a run for the first time, but must be provided on subsequent requests to repair the same run. | \[optional]                    |
| **rerun\_all\_failed\_tasks** | Option<**bool**> | If true, repair all failed tasks. Only one of rerun\_tasks or rerun\_all\_failed\_tasks can be used.                                                                     | \[optional]\[default to false] |

[\[Back to Model list\]](https://databricks-kube-operator.gitbook.io/doc/databricks-rust-jobs/..#documentation-for-models) [\[Back to API list\]](https://databricks-kube-operator.gitbook.io/doc/databricks-rust-jobs/..#documentation-for-api-endpoints) [\[Back to README\]](https://databricks-kube-operator.gitbook.io/doc/databricks-rust-jobs)
