---
title: "Execute Task"
method: POST
path: "/services/{uuid}/scheduled-tasks/{task_uuid}/execute"
tags: ["Scheduled Tasks"]
---

# Execute Task

`POST /services/{uuid}/scheduled-tasks/{task_uuid}/execute`

Queue immediate execution of a scheduled task for a service.

## Path parameters

- `uuid` string, required
- `task_uuid` string, required

## Response `200`

Scheduled task execution queued.

## Other responses

- `401` — Unauthenticated.
- `404` — Resource not found.

## Changes

- **2026-07-22** `71a39cd460a7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/coollabsio/apis/coolify/changes/services/:uuid/scheduled-tasks/:task_uuid/execute/post.md)

---

[API](https://skmtc.dev/coollabsio/apis/coolify.md) · [All operations](https://skmtc.dev/coollabsio/apis/coolify/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coollabsio/coolify/revisions/789e6ad3796c/schema)
