Skip to content
Try Gitea Cloud ☁️ for 30 days → Accelerate your Development & Deploys!

Run cron task

POST
/admin/cron/{task}
curl --request POST \
--url https://gitea.com/api/v1/admin/cron/example \
--header 'Authorization: Basic <credentials>'
task
required
string

Task to run

APIEmpty is an empty response

APINotFound is a not found empty response