---
title: "Move application to stage"
method: PUT
path: "/applications/{id}/move"
tags: ["Applications"]
---

# Move application to stage

`PUT /applications/{id}/move`

Move an application to a different pipeline stage within the same job. Optionally set a status and specify the position relative to other applications in the target stage.

## Path parameters

- `id` string, required

## Request body

- MoveApplicationToStageDto
  - `stageId` string, required
  - `statusId` string, nullable
  - `position` PositionDto
    - `previousId` string, nullable, required
    - `nextId` string, nullable, required

## Response `204`

Application moved successfully

## Other responses

- `400` — Bad request - missing application ID or stage ID
- `401` — Unauthorized - invalid or missing authentication
- `404` — Application or stage not found
- `500` — Error response

---

[API](https://skmtc.net/spott/apis/spott-webhooks.md) · [All operations](https://skmtc.net/spott/apis/spott-webhooks/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spott/spott-webhooks/versions/ad1f8c51cf0a/schema)
