Hubert-Dudek
Databricks MVP
  • please don't specify job_id in url curl --netrc --request POST \ https://databricksinstance/api/2.0/jobs/update job_id=1 \ --data @resetjob.json \ | jq .
  • in update there is "new_settings" not "settings"
  • please consider using version 2.1 instead of 2.0
  • please consider adding JSON header -H "Content-Type: application/json"


My blog: https://databrickster.medium.com/