<?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 Unable to make fresh deployments to an agent model serving endpoint due to permission issues in Generative AI</title>
    <link>https://community.databricks.com/t5/generative-ai/unable-to-make-fresh-deployments-to-an-agent-model-serving/m-p/155411#M1772</link>
    <description>&lt;P&gt;One of my teammate left and now I cannot make fresh deployments to the agent serving endpoint created by him. Getting below error while trying to deploy with agents.deploy(). Any way to solve it without recreating the endpoint?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;PermissionDenied: Principal *************** is not an active member of account ********-****-****-****-************.
Config: host=https://adb-****************.**.azuredatabricks.net, auth_type=runtime

File &amp;lt;command-**************&amp;gt;, line 1
----&amp;gt; 1 deployment_info = agents.deploy(
        model_name=MODEL_NAME_FQN,
        model_version=uc_registered_model_info.version,
        scale_to_zero=False,
        environment_vars=environment_vars,
        workload_size="Small"
    )

File /local_disk0/.ephemeral_nfs/envs/pythonEnv-****/lib/python3.10/site-packages/databricks/sdk/_base_client.py:301, in _BaseClient._perform(...)
    299 error = self._error_parser.get_api_error(response)
    300 if error is not None:
--&amp;gt; 301     raise error from None&lt;/LI-CODE&gt;</description>
    <pubDate>Fri, 24 Apr 2026 06:21:03 GMT</pubDate>
    <dc:creator>actualhuman_012</dc:creator>
    <dc:date>2026-04-24T06:21:03Z</dc:date>
    <item>
      <title>Unable to make fresh deployments to an agent model serving endpoint due to permission issues</title>
      <link>https://community.databricks.com/t5/generative-ai/unable-to-make-fresh-deployments-to-an-agent-model-serving/m-p/155411#M1772</link>
      <description>&lt;P&gt;One of my teammate left and now I cannot make fresh deployments to the agent serving endpoint created by him. Getting below error while trying to deploy with agents.deploy(). Any way to solve it without recreating the endpoint?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;PermissionDenied: Principal *************** is not an active member of account ********-****-****-****-************.
Config: host=https://adb-****************.**.azuredatabricks.net, auth_type=runtime

File &amp;lt;command-**************&amp;gt;, line 1
----&amp;gt; 1 deployment_info = agents.deploy(
        model_name=MODEL_NAME_FQN,
        model_version=uc_registered_model_info.version,
        scale_to_zero=False,
        environment_vars=environment_vars,
        workload_size="Small"
    )

File /local_disk0/.ephemeral_nfs/envs/pythonEnv-****/lib/python3.10/site-packages/databricks/sdk/_base_client.py:301, in _BaseClient._perform(...)
    299 error = self._error_parser.get_api_error(response)
    300 if error is not None:
--&amp;gt; 301     raise error from None&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 24 Apr 2026 06:21:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/unable-to-make-fresh-deployments-to-an-agent-model-serving/m-p/155411#M1772</guid>
      <dc:creator>actualhuman_012</dc:creator>
      <dc:date>2026-04-24T06:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to make fresh deployments to an agent model serving endpoint due to permission issues</title>
      <link>https://community.databricks.com/t5/generative-ai/unable-to-make-fresh-deployments-to-an-agent-model-serving/m-p/155418#M1773</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/160119"&gt;@actualhuman_012&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;That a bit problematic. According to docs:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/aws/en/machine-learning/model-serving/create-manage-serving-endpoints#access-control" target="_blank" rel="noopener"&gt;Create custom model serving endpoints | Databricks on AWS&lt;/A&gt;&lt;BR /&gt;"The identity under which a model serving endpoint runs is tied to the original creator of the endpoint.&lt;BR /&gt;After endpoint creation, the associated identity cannot be changed or updated on the endpoint. This identity and its associated permissions are used to access Unity Catalog resources for deployments.&lt;BR /&gt;If the identity does not have the appropriate permissions to access the needed Unity Catalog resources, you must delete the endpoint and recreate it under a user or service principal that can access those Unity Catalog resources."&lt;BR /&gt;&lt;BR /&gt;So &lt;STRONG&gt;you cannot transfer ownership&lt;/STRONG&gt; - recreating the endpoint is the official path.&amp;nbsp;&lt;/P&gt;&lt;P&gt;To avoid this situation again, always create serving endpoints under a &lt;STRONG&gt;service principal&lt;/STRONG&gt; rather than a personal user account. That way, when someone leaves the team, the endpoint's identity remains valid. This is the standard best practice for any production workload in Databricks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If the answer was helpful, please consider marking it as accepted solution&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2026 07:33:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/unable-to-make-fresh-deployments-to-an-agent-model-serving/m-p/155418#M1773</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2026-04-24T07:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to make fresh deployments to an agent model serving endpoint due to permission issues</title>
      <link>https://community.databricks.com/t5/generative-ai/unable-to-make-fresh-deployments-to-an-agent-model-serving/m-p/155420#M1774</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/110502"&gt;@szymon_dybczak&lt;/a&gt;&amp;nbsp;, I wonder what are the things to take care of during re-creation. Is there any official documentation? Don't want to break analytics pipelines or Lakehouse monitoring LLM as Judge pipelines. Don't know how it will affect the payload tables.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2026 07:42:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/unable-to-make-fresh-deployments-to-an-agent-model-serving/m-p/155420#M1774</guid>
      <dc:creator>actualhuman_012</dc:creator>
      <dc:date>2026-04-24T07:42:10Z</dc:date>
    </item>
  </channel>
</rss>

