---
title: "Dequeue a queued DAG-run"
method: GET
path: "/dag-runs/{name}/{dagRunId}/dequeue"
tags: ["dag-runs"]
---

# Dequeue a queued DAG-run

`GET /dag-runs/{name}/{dagRunId}/dequeue`

Dequeue a DAG-run execution that is currently queued

## Path parameters

- `name` string, regex, required — Name of the DAG
- `dagRunId` string, required — Unique identifier for the DAG-run. The special value 'latest' can be used to reference the most recent DAG-run.

## Query parameters

- `remoteNode` string

## Response `200`

A successful response

## Other responses

- `404` — DAGRun not found
- `default` — Generic error response

---

[API](https://skmtc.net/dagucloud/apis/dagu.md) · [All operations](https://skmtc.net/dagucloud/apis/dagu/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dagucloud/dagu/revisions/93cc41f2018a/schema)
