---
title: "Finish release order step"
method: POST
path: "/release-orders/{id}/steps/{step_code}/finish"
tags: ["release-orders"]
---

# Finish release order step

`POST /release-orders/{id}/steps/{step_code}/finish`

## Path parameters

- `id` string, required
- `step_code` string, required

## Request body

- HttpapiFinishReleaseOrderStepRequest
  - `message` string
  - `status` string

## Response `200`

OK

- HttpapiReleaseOrderStepActionResponse
  - `data` object
    - `order` HttpapiReleaseOrderResponse
      - `application_id` string
      - `application_name` string
      - `binding_id` string
      - `created_at` string
      - `creator_user_id` string
      - `env_code` string
      - `finished_at` string
      - `git_ref` string
      - `id` string
      - `image_tag` string
      - `order_no` string
      - `pipeline_id` string
      - `previous_order_no` string
      - `project_name` string
      - `remark` string
      - `son_service` string
      - `started_at` string
      - `status` string
      - `template_id` string
      - `template_name` string
      - `trigger_type` string
      - `triggered_by` string
      - `updated_at` string
    - `step` HttpapiReleaseOrderStepResponse
      - `created_at` string
      - `execution_id` string
      - `finished_at` string
      - `id` string
      - `message` string
      - `release_order_id` string
      - `sort_no` integer
      - `started_at` string
      - `status` string
      - `step_code` string
      - `step_name` string
      - `step_scope` string

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-03-13** `a8388baa24fc` — 1 info
  - endpoint added
- **2026-03-12** `cd3f4bb3694a` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/opsre/apis/gos-release-api/changes/release-orders/:id/steps/:step_code/finish/post.md)

---

[API](https://skmtc.dev/opsre/apis/gos-release-api.md) · [All operations](https://skmtc.dev/opsre/apis/gos-release-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opsre/gos-release-api/revisions/e9fe2a41670e/schema)
