Workflow
Rerun a workflow
Reruns a workflow.
post/workflow/{id}/rerun
Path parameters
idstring uuid required
The unique ID of the workflow.
Request body
Example request
{
"jobs": [
"c65b68ef-e73b-4bf2-be9a-7a322a9df150",
"5e957edd-5e8c-4985-9178-5d0d69561822"
]
}Response
A confirmation message.
Example response
{
"workflow_id": "0e53027b-521a-4c40-9042-47e72b3c63a3"
}