# runUploadOnExistingJob

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/api/src/documentation/doc-automation.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/documentation/doc-automation.controller.ts#L251)

Run stage-13 upload against an existing job (atlorix-runner)

## Endpoint

`POST /doc-automation/jobs/:id/run-upload`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `id` | path | `string` | ✓ | Job ID |

## Referenced By

- `DocAutomationController` (MODULE_DECLARES)
