install-wordpress: usable with an environment API key (no accountwp core install accepts —install-wordpress lets you override. The environment must be emptyforce is set, which wipes the existing installation and its{
"alias_id": 4316,
"db_name": "example",
"db_user": "example",
"db_password": "s3cret",
"wp_title": "My Awesome WordPress Site",
"wp_path": "site/public",
"wp_url": "https://example.com",
"wp_version": "latest",
"locale": "en_US",
"admin_user": "siteowner",
"admin_email": "owner@example.com",
"admin_password": "s3cret",
"force": false
}curl --location 'https://api.servebolt.io/environments//wordpress/install' \
--header 'Content-Type: application/json' \
--data-raw '{
"alias_id": 4316,
"db_name": "example",
"db_user": "example",
"db_password": "s3cret",
"wp_title": "My Awesome WordPress Site",
"wp_path": "site/public",
"wp_url": "https://example.com",
"wp_version": "latest",
"locale": "en_US",
"admin_user": "siteowner",
"admin_email": "owner@example.com",
"admin_password": "s3cret",
"force": false
}'{}