# Uninstall application This will stop, clean data, close port, and remove the container. Endpoint: GET /apps/appremove Version: 6.6.1 Security: ZelID ## Query parameters: - `appname` (string, required) Name of the app Example: "fluxFoldingAtHome" - `force` (boolean) Defaults to false. If true, forces removal without checking if the app exists. - `global` (boolean) Defaults to false (local removal). If true, removes the app from all nodes in the network. ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (string) Status of the cleanup in progress