Skip to content

Commit c230d91

Browse files
Merge pull request #296 from silversword411/main
Keywording bulk deleting agents in management commands
2 parents eb1143d + 1c220f9 commit c230d91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/management_cmds.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To run any of the management commands first login to your server as the user use
2626

2727
### Bulk Delete Agents (Last Check-In, Agent Version, Site, or Client)
2828

29-
Test to see what will happen:
29+
If you want to remove old agents based on time, age, or location or for client offboarding - it’s a best practice to first test the removal.
3030

3131
```bash
3232
python manage.py bulk_delete_agents --days 60
@@ -35,7 +35,7 @@ python manage.py bulk_delete_agents --site examplesite
3535
python manage.py bulk_delete_agents --client exampleclient
3636
```
3737

38-
Do the delete:
38+
Then run the deletion:
3939

4040
```bash
4141
python manage.py bulk_delete_agents --days 60 --delete

0 commit comments

Comments
 (0)