OTA (Over-The-Air) updates let Telnyx push configuration changes to your SIMs remotely. No physical access needed — updates are delivered to the SIM’s on-card applet the next time the device connects.Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
What Gets Updated
OTA updates handle SIM-level configuration: IMSI profile switches, network preference changes, and applet settings. These are not firmware updates for the device itself — they modify the SIM card’s internal state. Thetype field on each update indicates the operation source and what changed.
Tracking Updates
List updates for your fleet:| Field | Description |
|---|---|
sim_card_id | Target SIM |
type | Operation type — relates to the source of the request |
status | Current state of the update |
settings | JSON object with the specific changes applied |
created_at | When the update was initiated |
How It Works
- Telnyx queues the update for the target SIM.
- The next time the device attaches to the network, the SIM’s applet receives the update.
- The update applies automatically. Status transitions from pending to complete (or failed).