delete_all_app_caches
Delete all stored caches for a specified application by providing its app ID. Removes cached data to free storage and clear outdated artifacts.
Instructions
Delete all stored caches for an application.
Args: app_id: The application identifier
Returns: Dictionary with the list of cache IDs that will be deleted and a message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |