Need help clearing Change Log entries #12120
Unanswered
MrgampRus
asked this question in
Help Wanted!
Replies: 1 comment
-
In nbshell you can use ObjectChange.objects.all().delete() to delete all change logs. You would need to filter with ObjectChange.objects.filter() and filter on date to do a certain period. See https://docs.netbox.dev/en/stable/administration/netbox-shell/ for how to filter |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good afternoon. Please tell me if I can delete Change Log entries for a certain period. The fact is that I have configured a script for polling vcenter and due to the large number of virtual machines, a lot of Change Log entries appear.
Beta Was this translation helpful? Give feedback.
All reactions