Change device state (bulk)
Change the state of multiple devices at once. Supported state values are pause, live, and deactivate. Pausing the device will prevent your device from passing any data on all SIM profiles. Paused devices still incur Monthly Recurring Charges. Deactivating permanently removes SIM cards from service and is supported from any non-deactivated state, including preflight/test mode states (TEST-ACTIVATE, TEST-HIBERNATE, TEST-AUTOACTIVATE, and their -PENDING variants).
Authorizations
HTTP Basic authentication using API keys. Set the username to apikey and the password to your API key. You can find your API key on the Hologram Dashboard under Account Settings.
Body
List of device IDs to update
The new state for all SIM cards on the devices. Valid values are pause, live, or deactivate. Deactivation is supported from any non-deactivated state, including preflight/test mode states (TEST-ACTIVATE, TEST-HIBERNATE, TEST-AUTOACTIVATE, and their -PENDING variants).
pause, live, deactivate "pause"
Response
OK
Indicates whether the request was successful.
true