Skip to content

Duplicate an existing scheduled task (clone is created disabled)

POST
/api/scheduler/tasks/{id}/duplicate
id
required
string format: uuid

Created

object
id
string format: uuid
name
string
description
string
isEnabled
boolean
triggerType
string
triggerConfig
string
actionType
string
actionParameters
string
targetId
string format: uuid
nullable
startTime
string format: date-time
endTime
string format: date-time
nullable
repeatCount
integer format: int32
nullable
executionCount
integer format: int32
timeZoneId
string
weekdayMask
integer format: int32
intervalSeconds
integer format: int32
nextRunTime
string format: date-time
nullable
lastRunTime
string format: date-time
nullable
lastRunStatus
string

Not Found