Skip to main content

List schedules

Required scope: schedules:read

Create a schedule

Requires cron_expression, timezone, and at least one target (domain_ids or repository_ids).
Required scope: schedules:write

Get schedule detail

Required scope: schedules:read

Pause a schedule

To resume, use {"action": "resume"}. You can also update the schedule configuration (name, cron_expression, timezone, targets) in the same PATCH request. Required scope: schedules:write

Delete a schedule

Required scope: schedules:write

Trigger a schedule immediately

Run a scheduled pentest configuration right now without waiting for the next cron interval:
Required scope: schedules:write