Executions_rerunExecution

Rerun execution.

SecuritybearerAuth
Request
path Parameters
executionId
required
string

Execution id

query Parameters
sync
required
boolean

Wait for the execution to finish

Responses
200

Ok

post/executions/{executionId}/rerun
Request samples

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
# 
#