cloudron_uninstall_app
Remove applications from Cloudron instances with safety validation, dependency checks, and async operation tracking to manage self-hosted infrastructure.
Instructions
Uninstall an application with pre-flight safety validation. DESTRUCTIVE OPERATION. First validates via cloudron_validate_operation (checks app exists, no dependencies, backup recommended), then calls DELETE /api/v1/apps/:id. Returns 202 Accepted with task ID for async operation tracking.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The unique identifier of the application to uninstall |