Sync removed computer from Jamf Pro to Jamf Protect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 02-20-2023 01:00 AM
Hi all,
we just configured Jamf Protect, and it seems that the Macs removed from Jamf Pro were not removed automatically from the list on Protect.
Is there a way to automatize the offboarding, or the only solution is to remove a device manually from both?
Thanks,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 02-21-2023 12:18 AM
Hi,
So far is manual.
I have created a policy with a specific site where I move the machines I need to remove and run the jamf protect uninstaller and also remove jamf client .
But would be great if they added this feature to be automatic.
best
Carmelo

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 02-22-2023 06:18 AM
Sounds like a good opportunity to submit a feature request, or bump an existing request sitting in the JAMF feature request graveyard.
When deleting a computer record in Jamf | Jamf Nation Feature Requests
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 03-22-2023 01:55 AM
Hi @marcoschiav1
You are right this is currently not part of the sync between Jamf Pro and Protect.
Currently you have several options
- Interact with the GraphQL API to either interactively or automatically delete computer objects from Jamf Protect, remember that the agent/plan needs to be uninstalled from the actual computer else they will show up again
- Have a look at one of our example scripts https://github.com/jamf/jamfprotect/tree/main/jamf_protect_api/scripts/python
- Have a look at this SwiftUI app that has been created to batch delete computer objects from Jamf Protect either by selecting them based on check-in date or by importing a CSV
Hopefully this helps for now
Cheers,
Thijs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 01-10-2024 09:59 AM
Thanks for sharing the Batch Delete tool! Very helpful and worked great.
