Summary
Delay a Job
Description
Delay a Job for a duration by Job ID and number of seconds.
Route
No Northbound API Available
Roles
admin
apiwrite
Parameters
DetailsExampleSchema
| Name | Type | Required | Description |
|---|---|---|---|
| job_id | string | yes | - |
| time | number | yes | - |
Return
DetailsExampleSchema
| Name | Type | Description |
|---|---|---|
| time_in_milliseconds | number | delayed time in milliseconds |