# New Depot CI commands: cancel, rerun, retry, and dispatch (https://depot.dev/changelog/2026-04-23-depot-ci-cancel-rerun-retry-dispatch)

> Published 2026-04-23

The Depot CLI now includes four new commands for managing CI runs from your terminal.

* **`depot ci cancel`**: Cancel a queued or running workflow (and all its jobs) or cancel a single job within a workflow.
* **`depot ci rerun`**: Re-run every job in a finished, failed, or canceled workflow.
* **`depot ci retry`**: Retry a single failed or cancelled job or retry every failed and canceled job in a workflow.
* **`depot ci dispatch`**: Trigger a `workflow_dispatch` workflow from the CLI.

All four commands support `--output json` for structured output.

For details and usage see [Manage workflow runs](/docs/ci/how-to-guides/manage-workflow-runs) and the [Depot CI CLI reference](/docs/cli/reference/depot-ci).

## For AI Agents

The full site index is at [llms.txt](https://depot.dev/llms.txt). Append `.md` to any documentation, blog, changelog, or customer URL to fetch its markdown source directly.