Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mirurobotics.com/llms.txt

Use this file to discover all available pages before exploring further.

Devices are located in the Devices page of the dashboard.

View a device

To view a device in Miru, navigate to the Devices page, click into the device you want to view, and switch to the Overview tab at the top.

Metadata

At the top of the page, you’ll find the device’s metadata, including its name, status, agent version, and more.
Device Overview Metadata

Audit trail

At the bottom of the page, you’ll find a complete audit trail of deployments made to the device.
Device Overview Audit Trail

Edit a device

Dashboard Navigate to the Devices page, click the ellipses (…) on the device you want to edit, and hit Edit.
Device Ellipses Dropdown
Update the desired fields, then click Save.
Edit Device Dialog
Platform API To edit a device programmatically, use the

Ping a device

Pinging a device sends a real-time request to verify whether it is online. Ping requests wait up to 5 seconds for a response from the device before timing out. devices should return a success message similar to the one below.
Ping Success
On the other hand, devices should return a timeout message similar to the one below.
Ping Timeout

Delete a device

Deleting a device immediately invalidates its authentication session and removes all deployment and configuration history. This action is irreversible. Please proceed with caution. Dashboard To delete a device, click the ellipses (…) on the device you want to delete and hit Delete.
Device Ellipses Dropdown
A confirmation dialog will appear—click Delete to confirm.
Delete Device Dialog
Last modified on May 18, 2026