---
title: "Push Rebate Run Endpoint"
method: POST
path: "/rebate-runs/push"
tags: ["operator-runs"]
---

# Push Rebate Run Endpoint

`POST /rebate-runs/push`

Manually dispatch one spiff_rebate PO to Pilot production (NOSO operator only).

The dashboard "Push Run" action: pushes a single PO to Pilot's workflow queue,
then polls /rebate-runs/push/{request_id} for the outcome. Defaults to a dry
run. Restricted to the internal NOSO AI user on top of the org being a manager
org with the rebate workflow enabled.

## Request body

- PushRebateRunRequest — Body for a manual NOSO-operator rebate push from the dashboard.
  - `po_number` string, required
  - `dry_run` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/noso/crucible-backend-api/revisions/9afc3ea00b16/schema)
