Re-run an automation

This call re-runs a specified automation run. This call is useful in case you want to use most of the inputs and settings from the original run and only change a few.

The default API behavior is to merge inputs and settings from the original run with whatever inputs and settings you specify for the re-run. To override this and only apply the new inputs and settings, set the merge parameter to false."

📘

If you are using Seven Bridges Platform EU, please use the following endpoint: https://eu-api.sbgenomics.com/v2/automation/runs/{run_id}/actions/rerun

Example request body

{
    "name":"my re-run v0.0.5",
    "package":"ca7d8d82-ea7b-4178-8699-acc2a44b06dc",
    "inputs":{
        "project_name":"My project"
    }
}

Response

See a list of Seven Bridges Platform-specific response codes that may be contained in the body of the response.

Language