How to Remove Site from WP Toolkit

This article provides a guide for how to remove site from WP Toolkit in cPanel WHM server. This guide will provide detailed steps to remove a WordPress website from being included in WP Toolkit. By default, the WP Toolkit automatically applies to all WordPress installations, server-wide.

In case any sites shouldn't be subject to WP Toolkit, this guide will help cPanel/WHM administrators achieve this.

How to Remove Site from WP Toolkit in cPanel WHM Server

To remove site from WP Toolkit in cPanel WHM server, follow the steps provided below:

  1. Log in to WHM as the ‘root’ user.
  2. Navigate to "Home / Plugins / WP Toolkit."
  3. Select the "Installations" tab.
  4. Locate the domain to detach from WP Toolkit.
  5. Click on the three vertical dots icon to the right of the domain name.
  6. Click "Detach" from the pop-up menu.
  7. Click the "Detach" button to confirm you want to detach the site.

The site has now been removed from WP Toolkit.

Please Note: All WordPress installations created using WP Toolkit are permanently attached to WP Toolkit. You cannot detach them from WP Toolkit; you can only remove them completely.

How to Remove Site from WP Toolkit Using CLI

In order to remove site from WP Toolkit using CLI, follow the steps provided below:

  1. Login as root via SSH or WHM Terminal.
  2. Locate the WordPress installation's ID with the following command.
    /usr/local/bin/wp-toolkit --list
  3. Run the following command.
    /usr/local/bin/wp-toolkit --detach -instance-id $instance_id
    Please note that "$instance_id" must be replaced by the instance ID found previously.
Please Note: All WordPress installations created using WP Toolkit are permanently attached to WP Toolkit. You cannot detach them from WP Toolkit; you can only remove them completely.
  • wp toolkit, whm plugins
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Disable Network Manager on CentOS 7

This article will provide the steps to disable Network Manager in CentOS 7. Network Manager is...

Disable Network Manager on CentOS 6

This article will provide the steps to disable Network Manager in CentOS 6. Network Manager is...

How to Find the IP of cPanel/WHM Server

This tutorial is designed to troubleshoot and diagnose issues with cPanel license errors. Find...

Uninstall WHMXtra on cPanel Server

This article provides a quick and direct guide for uninstalling the WHMXtra plugin from a...

How to Customize cPanel Installation

This article provides a guide for customizing a cPanel server installation, using the...