service.executions.rerun(execution='execution_entity') # # Rerun execution # # **Prerequisites**: You must be in the role of an *owner* or *developer*. You must have a service. # # :param dtlpy.entities.execution.Execution execution: # :param bool sync: wait for the execution to finish # :return: Execution object # :rtype: dtlpy.entities.execution.Execution # #