confirm: true, this always runs as a safe --dry-runconfirm: true to perform the real,{
"search": "http://old.example.com",
"replace": "https://new.example.com",
"tables": [
"wp_posts",
"wp_postmeta"
],
"all_tables_with_prefix": true,
"precise": true,
"recurse_objects": true,
"confirm": false
}curl --location 'https://api.servebolt.io/environments//wordpress/search-replace' \
--header 'Content-Type: application/json' \
--data '{
"search": "http://old.example.com",
"replace": "https://new.example.com",
"tables": [
"wp_posts",
"wp_postmeta"
],
"all_tables_with_prefix": true,
"precise": true,
"recurse_objects": true,
"confirm": false
}'