qlik_trigger_app_reload
Trigger a reload for Qlik Cloud apps to refresh data, with options for partial reloads, monitoring completion, and controlling storage behavior.
Instructions
Triggers a reload for a Qlik Cloud app. Can optionally wait for completion and poll for status.
Usage scenarios:
Trigger immediate reload after data source update
Schedule reload with monitoring
Partial reload to refresh specific data
Test reload with skip-store option
Parameters:
appId (required): The Qlik app ID to reload
partial (optional): If true, performs partial reload (default: false)
skipStore (optional): If true, skip saving to disk (default: false)
waitForCompletion (optional): If true, waits for reload to complete (default: false)
timeoutSeconds (optional): Timeout for waiting in seconds (default: 300)
pollIntervalSeconds (optional): How often to check status in seconds (default: 5)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Qlik app ID to reload | |
| partial | No | Perform partial reload instead of full reload | |
| skipStore | No | Skip storing the app after reload | |
| waitForCompletion | No | Wait for the reload to complete before returning | |
| timeoutSeconds | No | Maximum time to wait for completion (seconds) | |
| pollIntervalSeconds | No | Interval between status checks (seconds) |