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.
Step 1: Uninstall Connect Agent from Device
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
What’s Next?
Last updated
Was this helpful?

