Reset Job

Resets a Job to status ASLEEP.

A nextRun timestamp should always be specified scheduled Jobs. For manual Jobs it's normally left blank.

It is also possible to specify the step to start with. If not specified, if will start with the first step.

Note, a Job that's currently running can't be reset or killed using this method. Wait until the Job execution finishes or failes before resetting it.

Path Params
string
required

The name of the space (database) assigned to you.

string
required
Query Params
date-time

Timestamp for when the Job should next be started. This should always be specified for scheduled Jobs, since they will otherwise never start.
For manual Jobs this is normally left blank. Specifying a timestamp for a manual Job means that it will become scheduled to start automatically.

string

Optional step that the Job should start with. If not specified then it will start with the first step

Response
200

OK

Language
Click Try It! to start a request and see the response here!