put
https://batch.search.hereapi.com/v7/batch/jobs//start
Schedules a job for immediate execution and responds with a 200 - OK if successful.
If the job is already running this operation does nothing and will respond with the same 200 - OK response.
If the job was previously halted, this operation will continue execution from the point where it was stopped. If you wish to restart a job from its beginning, you should create a new job and delete the existing one.
Take note, this operation will return a 429 - TOO MANY REQUESTS if the allowed number of concurrently running jobs is exceeded.