---
title: "Trigger cron task now"
method: POST
path: "/global/cron/{taskID}/trigger"
---

# Trigger cron task now

`POST /global/cron/{taskID}/trigger`

Queue an immediate run for this task, bypassing the schedule.

## Path parameters

- `taskID` string, required

## Response `200`

Queued run

- CronRun
  - `id` string, required
  - `taskID` string, required
  - `sessionID` string
  - `status` 'queued' | 'running' | 'success' | 'failed' | 'timeout' | 'cancelled', required
  - `attempt` number, required
  - `timeStarted` number
  - `timeCompleted` number
  - `errorMessage` string
  - `logs` string
  - `time` object, required
    - `created` number, required
    - `updated` number, required

## Other responses

- `404` — Not found

---

[API](https://skmtc.dev/isogonic/apis/codeplane.md) · [All operations](https://skmtc.dev/isogonic/apis/codeplane/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/isogonic/codeplane/revisions/e787ab2e6692/schema)
