Databricks SDK for JavaScript
    Preparing search index...

    Interface ResetJobRequest

    interface ResetJobRequest {
        jobId?: bigint;
        newSettings?: JobSettings;
    }
    Index

    Properties

    Properties

    jobId?: bigint

    The canonical identifier of the job to reset. This field is required.

    newSettings?: JobSettings

    The new settings of the job. These settings completely replace the old settings.

    Changes to the field JobBaseSettings.timeout_seconds are applied to active runs. Changes to other fields are applied to future runs only.