---
title: "Run a Backup Job"
method: POST
path: "/cluster/backups/jobs/{id}/run"
tags: ["Cluster Backups"]
---

# Run a Backup Job

`POST /cluster/backups/jobs/{id}/run`

Queue an immediate run of a backup job on its assigned runner

## Path parameters

- `id` integer, required

## Response `202`

Accepted

- GithubComAlchemillahqSylveInternalAPIResponseAny
  - `data` unknown
  - `error` string
  - `message` string
  - `status` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Backup Job or Runner Not Found
- `409` — Backup Job Already Running
- `500` — Internal Server Error
- `502` — Remote Runner Failure
- `503` — Service Unavailable
- `504` — Remote Runner Timeout

---

[API](https://skmtc.net/alchemillahq/apis/sylve-api.md) · [All operations](https://skmtc.net/alchemillahq/apis/sylve-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alchemillahq/sylve-api/revisions/9822c41c8ac0/schema)
