Update Store Application
update_store_appUpdate a ServiceNow store application to a newer version. Find apps with available updates using search_store_apps, then specify the app ID and version.
Instructions
Update an installed ServiceNow store application to a newer version. This is a MUTATIVE, LONG-RUNNING operation that blocks until the update completes or times out (default: 30 minutes).
IMPORTANT:
Updates may alter existing behavior, modify tables, and affect customizations.
Customizations to the application may be overwritten during the update.
Consider testing on a sub-production instance first.
Use search_store_apps with tab_context 'updates' to find apps with available updates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance | No | The ServiceNow instance auth alias (e.g., "myinstance", "prod"). If not provided, falls back to the SN_AUTH_ALIAS environment variable. | |
| app_id | Yes | The source app ID of the application to update. Use search_store_apps with tab_context 'updates' to find this. | |
| version | Yes | The version to update to (e.g., "2.0.0"). Use get_app_details to see the latest available version. | |
| load_demo_data | No | Whether to load demo data during the update. | |
| timeout_minutes | No | Maximum time to wait for the update to complete, in minutes. Default 30. |