provider mcp_server_installations POST
/api/projects/{project_id}/mcp_server_installations/{id}/unshare/ @utdk/posthog
/api/projects/{project_id}/mcp_server_installations/{id}/unshare/ mcp_server_installations_unshare_create
De-escalate a shared installation back to personal.
Allowed for the credential owner OR a project admin (the reclaim path
for shared credentials). The row always stays owned by the ORIGINAL
owner — an admin unsharing someone else's install must not capture
their credential.
- id path required
- A UUID string identifying this mcp server installation.
- string
- project_id path required
- Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
- string
Try it
Authentication
Configure credentials for PostHog API
Code snippet
Updates live as you fill in the form above.
TypeScript
import posthog from '@utdk/posthog';
await posthog.mcpServerInstallationsUnshareCreate()