How to stop all parameterized batch job?

Hi, assume I have a parameterized job, and started 100 batch job (actually long running services) from the parameterized job.
Then how to stop all the 100 jobs (or upgrade)?

I tried stopping the parameterized job itself, but none of the 100 batch jobs were stopped.