Apps/Services
username: miker
password: Rocky@1966
MeshCentral username: vmpqvaii
MeshCentral password: FTecG1r9yzGycIShrnNVE7XCb
RMM Email:
email: tactical.rmm@nwrtow.com
pw: DEo3GB@xsgFY
Delete
cd /rmm/api/tacticalrmm
source ../env/bin/activate
Test
python manage.py bulk_delete_agents --days 60
python manage.py bulk_delete_agents --agentver 1.5.0
python manage.py bulk_delete_agents --site examplesite
python manage.py bulk_delete_agents --client exampleclient
python manage.py bulk_delete_agents --hostname examplehostname
Commit
python manage.py bulk_delete_agents --days 60 --delete
python manage.py bulk_delete_agents --agentver 1.5.0 --delete
python manage.py bulk_delete_agents --site examplesite --delete
python manage.py bulk_delete_agents --client exampleclient --delete
python manage.py bulk_delete_agents --hostname examplehostname --delete
You must specify at least one of --days, --agentver, --site, --client, or --hostname.
You can combine multiple parameters (e.g., --site examplesite --days 90) to narrow down agents further.
Without the --delete flag, the command will only list agents that match.
With the --delete flag, the agents will be uninstalled and deleted.