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."

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

ID of the automation run that you want to run again,

Query Params
boolean

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

Body Params
string
required

The name of the automation run you are creating.

string

The code package UUID.

int32
Defaults to 500

Set the memory limit for the re-running an automation, specified in MB. The default value is 500MB while the maximum allowed is 4000MB. If no specific limit is set for a code package or automation run, this value will be used.

json

Automation inputs specified as a JSON string. Overwrites inputs from original run.

Headers
string
required

Your Seven Bridges Platform authentication token. For security reasons, token will not be automatically populated in the generated code sample. Please replace <your-token-here> with your token before executing this call.

string
required
Defaults to application/json
string
required
Defaults to advance
Response

Language
LoadingLoading…
Response
Choose an example:
application/json