Delete a Device
To remove (i.e., delete) a device from your JFrog Connect fleet, you need to uninstall the agent from the device and delete the device from the server.
Removing a device completely from your fleet in JFrog Connect requires the following procedures:
Uninstall Connect Agent from Device
Delete Device from Connect Server
In both steps, which are described below, ensure that the device chosen is the device you intend to remove.
Step 1: Uninstall Connect Agent from Device
To remove the Connect Agent from the device, run the command below by physically accessing the device terminal or by using the Remote Commands feature from the Connect web UI.
systemctl disable upswift --now 2>/dev/null ; systemctl disable connect --now 2>/dev/null ; rm -rf /etc/upswift/ /etc/connect/ /etc/system/systemd/upswift.service /etc/system/systemd/connect.service 2>/dev/null ;
Step 2: Delete Device from Connect Server
To delete a device from the Connect server, do the following:
In the Devices page, click the More icon (three dots) at the end of the row of the relevant device.
Click Delete Device and Delete.
What’s Next?
Learn how to send remote commands to your device.
Last updated
Was this helpful?