<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Remove description from job in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/remove-description-from-job/m-p/55670#M30402</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;this is not possible form UI &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;BR /&gt;You have to replace content with e.g. white space. I think this is bug.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;But you can do it using job api !&lt;/STRONG&gt;&lt;BR /&gt;Below example in PowerShell, just reaplce:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;job_is&lt;/LI&gt;&lt;LI&gt;token&lt;/LI&gt;&lt;LI&gt;workspaceURL&lt;/LI&gt;&lt;/UL&gt;&lt;LI-CODE lang="markup"&gt;$body = @'
{
  "job_id": 123456789,
  "new_settings": {
  "description": ""
  }
}  
'@

$token = 'my123adb123token-2'
$wspace ='https://adb-123456.1.azuredatabricks.net'

$api = '/api/2.1/jobs/update'
$uri = $wspace + $api

$headers = @{
    Authorization="Bearer $token"
}

$response = Invoke-WebRequest -Method POST -Uri $uri -Headers $headers -Body $body -ContentType "application/json"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Dec 2023 14:36:20 GMT</pubDate>
    <dc:creator>Wojciech_BUK</dc:creator>
    <dc:date>2023-12-22T14:36:20Z</dc:date>
    <item>
      <title>Remove description from job</title>
      <link>https://community.databricks.com/t5/data-engineering/remove-description-from-job/m-p/55653#M30396</link>
      <description>&lt;P&gt;How do I remove a description from a job completely? When I try to just remove the text in the edit window, the same text shows up afterwards, even though it says "Successfully updated job".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also I had to write this twice, because on the first try I had to register and my message was not saved&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 08:17:07 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/remove-description-from-job/m-p/55653#M30396</guid>
      <dc:creator>dbx-user7354</dc:creator>
      <dc:date>2023-12-22T08:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Remove description from job</title>
      <link>https://community.databricks.com/t5/data-engineering/remove-description-from-job/m-p/55670#M30402</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;this is not possible form UI &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;BR /&gt;You have to replace content with e.g. white space. I think this is bug.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;But you can do it using job api !&lt;/STRONG&gt;&lt;BR /&gt;Below example in PowerShell, just reaplce:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;job_is&lt;/LI&gt;&lt;LI&gt;token&lt;/LI&gt;&lt;LI&gt;workspaceURL&lt;/LI&gt;&lt;/UL&gt;&lt;LI-CODE lang="markup"&gt;$body = @'
{
  "job_id": 123456789,
  "new_settings": {
  "description": ""
  }
}  
'@

$token = 'my123adb123token-2'
$wspace ='https://adb-123456.1.azuredatabricks.net'

$api = '/api/2.1/jobs/update'
$uri = $wspace + $api

$headers = @{
    Authorization="Bearer $token"
}

$response = Invoke-WebRequest -Method POST -Uri $uri -Headers $headers -Body $body -ContentType "application/json"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 14:36:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/remove-description-from-job/m-p/55670#M30402</guid>
      <dc:creator>Wojciech_BUK</dc:creator>
      <dc:date>2023-12-22T14:36:20Z</dc:date>
    </item>
  </channel>
</rss>

