latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-1127518479.8 KB

789e6ad3796c

Scheduled Tasks

Delete Task

Delete a scheduled task for a service.

delete/services/{uuid}/scheduled-tasks/{task_uuid}

Path parameters

uuidstring required

UUID of the service.

task_uuidstring required

UUID of the scheduled task.

Response

Scheduled task deleted.

messagestring

Example response

{
  "message": "Scheduled task deleted."
}