Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How do the 2.0/jobs/update and 2.0/jobs/reset endpoints of the Databricks REST API differ in their usage?
2.0/jobs/update
2.0/jobs/reset
A
2.0/jobs/reset is used to delete the details of all the previous job runs of an existing job whereas 2.0/jobs/update is used to update the ID of an existing job.
B
2.0/jobs/reset is used to overwrite all the settings of an existing job with the settings passed in the JSON payload whereas 2.0/jobs/update is used to add, change or remove specific settings of an existing job.
C
2.0/jobs/reset is used to remove all the jobs with a specific name from the Workspace whereas 2.0/jobs/update is used to add, change or remove specific settings of an existing job.
D
2.0/jobs/reset is used to overwrite an existing job with its default settings whereas 2.0/jobs/update is used to add, change or remove specific settings of an existing job.
E
2.0/jobs/reset is used to overwrite all the settings of an existing job with the settings passed in the JSON payload whereas 2.0/jobs/update is used to update the ID of an existing job.