cloudron_validate_operation
Validate destructive operations like uninstalling apps, deleting users, or restoring backups to identify blocking errors and warnings before execution.
Instructions
Pre-flight validation for destructive operations (uninstall app, delete user, restore backup). Returns validation result with blocking errors, warnings, and recommendations.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | Type of destructive operation to validate | |
| resourceId | Yes | ID of the resource being operated on (appId, userId, or backupId) |