Delete a cron job
delete_cronDelete a scheduled cron job from a Woodpecker CI repository. Use the returned confirmation token to complete the two-step removal.
Instructions
Removes a scheduled run. If you only want it to stop for now, update_cron with enabled=false keeps the definition. Two-step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cron_id | Yes | Numeric cron job id. | |
| repo_id | Yes | Numeric repository id. lookup_repository turns an "owner/name" pair into one; list_repositories shows both. | |
| confirm_token | No | Token from a previous call of this tool. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| truncated | No | Present only when the answer was shortened to fit the budget. |