Introduction

This article outlines how to detach a WordPress installation from WP Toolkit from the command line. 

 

Procedure

  1. Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
  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 that 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.

 

Additional resources

How to add a site back to WP Toolkit after detaching it

How to detach a WordPress installation from WP Toolkit in WHM