Bolt IoT Documentation
  • Blake
    • Setting up the Blake device
    • Device issue troubleshooting
    • Troubleshooting Steps for Blake Device Offline
    • Delink device from your bolt cloud account
    • Setting up alerts on the Bolt Cloud
    • Switching off the alerts on the Bolt Cloud
    • Setting the device data collection rate
    • List of calibration labs
    • Creating an Account on Bolt IoT Cloud
    • Sharing devices on Bolt Cloud for User Access
    • Steps to Check Email IDs shared for the Device
    • Steps to find MAC ID of the Blake device
    • Steps to download the device data
    • Raising a support query
  • Getting Started
    • Text tutorial: Setup and build first project
    • Controlling output devices (Glowing an LED)
    • Getting started with Bolt IoT
    • Introduction to Bolt WiFi Module
    • Introduction to Bolt Cloud
    • Getting started: Installing the mobile app
    • Video tutorial: Setup and build first project
    • Text tutorial: Setup and build first project
    • Controlling output devices (Glowing an LED)
    • Getting help
    • To be deleted
  • Bolt Cloud Basics
    • Adding a new device
    • Creating a new product
    • Types of products
    • Configuring product hardware
    • Getting latest data point
    • Uploading custom files
    • Using Custom files in your product
    • Linking device to a product
    • Deleting a Product from the Bolt Cloud
    • Unlinking device from a product
    • Unlinking device from your account
    • Changing the name of the device.
  • Bolt Cloud Features
    • Alerts feature on the Bolt Cloud
    • Creating & Managing Products
    • Import Example Code
    • Sharing Device
    • Sharing Device (New)
    • Sharing devices on social media
    • Device info
    • Alerts feature on the Bolt Cloud
    • API Request Builder
  • Data Visualization
    • Line Graph
    • Bar Graph
    • Scatter Graph
    • Area Graph
    • Table Chart
    • Stepped Graph
    • Histogram Graph
    • Gauge
    • Multiple Graph
    • Deploy Configuration Feature
    • Arithmetic Operations (Beta)
  • API
    • GPIO Commands
    • UART Commands
    • Utility Commands
    • API Introduction
    • API Request
    • GPIO Commands
    • UART Commands
    • Utility Commands
    • Sample Code
    • API access rules
    • Fetch all device data (Pro API)
    • Write Servo Output (Pro API)
  • Hardware Specifications
    • Bolt WiFi Module
    • Boltduino
  • Interfacing Controllers
    • Arduino Library
  • Client Libraries
    • Python Library
    • Javascript Library
  • Firmware Update
    • Firmware Update
    • Firmware Update
  • Integrations
    • Make
    • Alexa Skill
  • Bubble: Visual Programming
    • Creating app from basics
    • Introduction
    • Getting Started
    • Creating app using template
    • Creating app from basics
  • Bolt App
    • Bolt App
  • Bolt IoT Chrome extension
    • Bolt IoT Chrome Extension
  • Shortcut Keys
    • Shortcut Keys
  • Resources
    • Fritzing Parts
    • Bolt IoT Javascript library
  • Boltduino
    • Projects on the Boltduino
    • What is Boltduino?
    • Setup the Boltduino
    • Projects on the Boltduino
    • Setup the Boltduino 2
    • What is Boltduino? backup
  • Machine Learning
    • Prediction Graph (Beta)
  • Raspberry Pi with Bolt Cloud
    • Raspberry Pi
    • Setting up Raspberry Pi
    • Adding Raspberry Pi to Bolt Cloud
    • Pinout for Raspberry Pi
    • Some of the Bolt Cloud features available for Raspberry Pi
  • Project Sharing
    • Export Product
    • Import Product
    • Product Description
  • Project tutorials
    • Projects
    • Hackster.io
    • Workshops
    • Submit your project
  • Others
    • Feature request
Powered by eniston
  1. Overview
  2. API
  3. Utility Commands

Utility Commands

  • Bolt Device Version

    Command : versionParameters deviceName: The name of the Bolt device you want to control.Example: https://cloud.boltiot.com/remote/44b2de6b-7e68-40e7-a27f-814b58afe008/version?&deviceName=BOLT8795377 will return the version of your Bolt. Bro ...

  • Restart Bolt Device

    Command : restartParameters deviceName: The name of the Bolt device you want to control.Example: https://cloud.boltiot.com/remote/44b2de6b-7e68-40e7-a27f-814b58afe008/restart?&deviceName=BOLT8795377 to restart the Bolt device. Browser outpu ...

  • Bolt Device Status

    Practically, the bolt has never returned the time. Because the device is offline. And the cloud cannot determine the time for the device which day/date/time it is.I could be in some other country at a different time zone. It cannot respond with th ...

  • Get Device List

    Command : getDevices Example: https://cloud.boltiot.com/remote/44b2de6b-7e68-40e7-a27f-814b58afe008/getDevices will return the list of Bolt devices you have access to. Browser output:{"success": 1, "value": {"device_list": ["BOLT3432337"], "dev ...

  • Push Data

    Command: deployConfig Example: https://cloud.boltiot.com/remote/af75e9bd-dcaa-4201-9312-51c1feb3a8d9/deployConfig?deviceName=BOLT11691969will Push the data/deploy configuration immediately for the device mentioned in the URL.Browser output:{"value": "Sy ...

© 2025 Bolt IoT Documentation