---
title: "Create new entry in RQ"
method: POST
path: "/rq/queue"
tags: ["Management"]
---

# Create new entry in RQ

`POST /rq/queue`

Create new entry in RQ

## Request body

- RQEntry
  - `func_name` string
  - `args` string

## Response `201`

Successfully created group

## Changes

- **2023-04-03** `e0fd62c8ca1e` — 1 info
  - endpoint added
- **2021-01-31** `6dffc3a4de00` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/kraken-ci/apis/server-api/changes/rq/queue/post.md)

---

[API](https://skmtc.dev/kraken-ci/apis/server-api.md) · [All operations](https://skmtc.dev/kraken-ci/apis/server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kraken-ci/server-api/revisions/1f2ae877f985/schema)
