crosspad_apps_remove
Remove an installed app submodule from a platform repository. Specify the target platform (IDF, PC, or Arduino) and app name, then the tool deletes the app and cleans up the platform repo.
Instructions
Remove an installed app submodule from a platform repo. Delegates to app_manager.py.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_name | Yes | ||
| platform | Yes | Platform repo (idf=platform-idf, pc=crosspad-pc, arduino=ESP32-S3) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| action | Yes | ||
| output | Yes | ||
| success | Yes | ||
| app_name | No | ||
| platform | Yes |