systemd service that runs on your devices, handling the deployment lifecycle of configurations. Visit the Miru Agent documentation for more information.
Properties
A human-readable display name that can contain most characters, such as spaces, special characters, and punctuation. Must contain between 1 and 48 characters.Examples:
Robot 11, ArcticBlaze, Warehouse RoverThe timestamp of when the device last connected to Miru’s servers.Examples:
2026-05-25T12:00:00ZThe timestamp of when the device last disconnected from Miru’s servers.Examples:
2026-05-25T12:00:00ZThe version of the Miru Agent running on the device.The agent version exists only if the device has a status of
online or offline. If the device is inactive or activating, the agent version is null.Examples: v0.6.0The release to which the device’s current deployment belongs.If the device is
inactive or activating, the current release id is null. If the device is online or offline, the current release may still be null if the device has no deployed config instances.Examples: rls_123The group to which the device belongs. If the device’s group is not set, the group id is
null.Examples: grp_123Status
Devices leverage several states to track their registration and connectivity with the Miru control plane.inactive state. During the Miru Agent install process, devices briefly enter the activating state before transitioning to online.
Once the Miru Agent has been provisioned on a device, the device remains online or offline for the remainder of its existence—devices don’t transition back to inactive or activating.
The only exception to this is when a device is reprovisioned. During reprovisioning, devices briefly enter the activating state before transitioning back to online.
To view a device’s status, hover over its name on the Devices page.

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.

Provision a device
To provision a device, visit the device provisioning .Edit a device
Dashboard Navigate to the Devices page, click the ellipses (…) on the device you want to edit, and hit Edit.

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.

Move a device
To move a device to a different group, click the ellipses (…) on the device you want to move and select Move.

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.


