Skip to main content
POST
Change device state (bulk)

Authorizations

Authorization
string
header
required

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

application/json
deviceids
integer[]
required

List of device IDs to update

state
enum<string>
required

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).

Available options:
pause,
live,
deactivate
Example:

"pause"

Response

OK

success
boolean

Indicates whether the request was successful.

Example:

true