{ "description": "Runner invalid request: Invalid field: routes", "error_code": "CF-RunnerInvalidRequest", "code": 170014 } FAILED Server error, status code: 500, error code: 170014, message: Runner invalid request: Invalid field: routes
cf app APP_NAME --guid
bosh -d <cf-deployment> ssh mysql/0 sudo -I cd /var/vcap/jobs/pxc-mysql/config cat mylogin.cnf --> this contains the login credentials /var/vcap/packages/pxc/bin# ./mysql -h127.0.0.1 -uroot -p20woJe4WDQv2ail4Acph3OsDwOiekt
show databases; use ccdb; show tables; select * from route_mappings; select * from route_mappings where app_guid='YOUR_APP_GUID'; delete from route_mappings where app_guid='YOUR_APP_GUID'; select * from route_mappings where app_guid='YOUR_APP_GUID';
cf restart <APP_NAME> cf app APP_NAME --> confirm the routing information is deleted.
Warning: This command will delete all of the routes that are mapped to the application.