RunpodR
Runpod3mo ago
livmalla

Unauthorized error with admin role

Hi RunPod team

I’m running into an issue with a Serverless endpoint where:

  • I am logged in with my personal user account (confirmed Admin role in the team)
  • Have the correct team selected in the dashboard
  • Can view the serverless endpoint just fine
But get Unauthorized errors when I try to edit and save the endpoint, clone it or create a new endpoint.

The GraphQL response from the UI is:

{
"errors": [
{
"message": "Unauthorized",
"path": ["saveEndpoint"],
"extensions": { "code": "RUNPOD" }
}
],
"data": null
}


I can successfully make API requests using a team-level API key (e.g., PATCH via REST works), so the endpoint itself is fine. This feels like a permission desync between UI and backend. I have tried removing all sessions and site data in my browser, as well as using incognito mode.
Was this page helpful?