This guide covers how to safely remove Agent Builder from your WordPress site, what data the plugin leaves behind, and how to clean up completely if you want a fresh slate.
Before you remove the plugin
If you have an active license, deactivate it first so you can reuse it on another site. Go to Agent Builder → Settings → License, click Deactivate License, and confirm. This frees up your activation slot before the plugin is removed.
If you have any custom assistants you want to keep, export or back up the files in wp-content/agents/ before deleting the plugin — these are not removed automatically.
Deactivating vs. deleting
WordPress gives you two ways to remove a plugin:
- Deactivate only — The plugin stops running but all of its data and files stay intact. Your assistants, conversation history, audit log entries, and settings are all preserved. You can reactivate the plugin at any time and pick up exactly where you left off.
- Deactivate and delete — Removes the plugin files. Some data is cleaned up automatically (see below), but custom assistants and backup files are not — you will need to remove those manually if you want a complete cleanup.
What is removed automatically on deletion
When you delete the plugin via Plugins → Installed Plugins → Delete, the plugin’s uninstall routine removes:
- Plugin settings and options stored in the WordPress database
- Audit log entries
- Scheduled tasks registered by the plugin
- The
agentic_developeruser role
What is NOT removed automatically
The following items are left behind and require manual cleanup:
| Item | Location | What it contains |
|---|---|---|
| Custom assistants | wp-content/agents/ | Any assistants you created or uploaded. Each assistant is a folder containing PHP, config files, and (if downloaded from the marketplace) a .license file. |
| File backups | wp-content/agentic-backups/ | Copies of files that were modified by assistants with write permission enabled. These are kept indefinitely as a safety net. |
| API key | Stored in the WordPress database (wp_options) | Your AI provider API key. The uninstall routine removes the Agent Builder settings object, which includes the API key. |
Complete removal checklist
If you want to remove everything Agent Builder has ever touched:
- Deactivate your license — Agent Builder → Settings → License → Deactivate License
- Deactivate the plugin — Plugins → Installed Plugins → Deactivate
- Delete the plugin — Plugins → Installed Plugins → Delete (this runs the automatic cleanup)
- Delete the agents folder — Remove
wp-content/agents/via FTP, SFTP, or your host’s file manager - Delete the backups folder — Remove
wp-content/agentic-backups/(check the contents first — these are backups of files the assistants modified; make sure nothing there is your only copy)
After these steps, no trace of Agent Builder will remain on your site.
Does deactivating affect my license?
Deactivating the plugin does not affect your license — it remains valid and active. Only explicitly clicking Deactivate License in the settings, or deactivating via your account on agentic-plugin.com, releases the activation slot.
If you delete the plugin without first deactivating the license, the activation slot remains used. You can release it from your account page at any time.
