1.Stop PutSQL Processor:- curl -i -X PUT -H 'Content-Type:application/json' -d '{"component": {"state": "STOPPED","id": "61fe0748-0160-1000-3bda-82285b30a012"},"revision": {"version": 1,"clientId":"6082f82f-0160-1000-c7de-88e9e0df0382"}}' http://localhost:8080/nifi-api/processors/61fe0748-0160-1000-3bda-82285b30a012 2.Stop DBCPConnection Pool Controller service curl -i -X PUT -H 'Content-Type:application/json' -d '{"revision":{"clientId":"6082f82f-0160-1000-c7de-88e9e0df0382","version":1},"component":{"id":"61fc97d3-0160-1000-49e3-46201fe71092","state":"DISABLED"}}' http://localhost:8080/nifi-api/controller-services/61fc97d3-0160-1000-49e3-46201fe71092 3.Start DBCPConnection Pool Controller service curl -i -X PUT -H 'Content-Type:application/json' -d '{"revision":{"clientId":"6082f82f-0160-1000-c7de-88e9e0df0382","version":1},"component":{"id":"61fc97d3-0160-1000-49e3-46201fe71092","state":"ENABLED"}}' http://localhost:8080/nifi-api/controller-services/61fc97d3-0160-1000-49e3-46201fe71092 4.Start PutSQL Processor:- curl -i -X PUT -H 'Content-Type:application/json' -d '{"component": {"state": "RUNNING","id": "61fe0748-0160-1000-3bda-82285b30a012"},"revision": {"version": 1,"clientId":"6082f82f-0160-1000-c7de-88e9e0df0382"}}' http://localhost:8080/nifi-api/processors/61fe0748-0160-1000-3bda-82285b30a012 5.Start Processor Group:- curl -i -X PUT -H 'Content-Type: application/json' -d '{"id": "5d325978-0160-1000-f734-cbbf324b3ec3","state": "RUNNING"}' http://localhost:8080/nifi-api/flow/process-groups/5d325978-0160-1000-f734-cbbf324b3ec3 6.Stop Processor Group:- curl -i -X PUT -H 'Content-Type: application/json' -d '{"id": "5d325978-0160-1000-f734-cbbf324b3ec3","state": "STOPPED"}' http://localhost:8080/nifi-api/flow/process-groups/5d325978-0160-1000-f734-cbbf324b3ec3