Introduction
This article outlines how to detach a WordPress installation from WP Toolkit from the command line.
Procedure
- Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
- Locate the WordPress installation's ID with the following command.
/usr/local/bin/wp-toolkit --list
- 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
Comments
0 comments
Article is closed for comments.