---
title: "Pause a job"
method: POST
path: "/jobs/pause"
tags: ["jobs"]
---

# Pause a job

`POST /jobs/pause`

Pause a job by name

## Query parameters

- `name` string

## Response `200`

Successful operation

- Job[]
  - `name` string — The name of the job
  - `paused` boolean — Whether the job is currently paused or not

## Other responses

- `400` — Unable to pause job

---

[API](https://skmtc.dev/dstl/apis/baleen.md) · [All operations](https://skmtc.dev/dstl/apis/baleen/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dstl/baleen/revisions/9a5624d56a15/schema)
