Uninstall App
uninstall-appRemove a RawTree app from a specified cluster and disable its native endpoints. Requires org admin access; data remains intact.
Instructions
Purpose: Uninstall a RawTree app from one cluster and disable its native endpoints.
Returns: The app ID, display name, and installed state set to false.
Behavior: Uninstalling removes the app installation state. It does not delete existing data stored in the cluster.
Auth: Requires a user credential with organization admin access. Authorization is enforced by the RawTree API.
Safety: This makes the app's native endpoints unavailable for the cluster. You MUST confirm the exact organization, cluster name, and app ID with the user before calling this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | App ID returned by list-apps. | |
| cluster | Yes | Cluster name returned by list-clusters. | |
| organization | Yes | Organization containing the target cluster. |