---
title: "POST /v1/{+name}:pause"
method: POST
path: "/v1/{+name}:pause"
tags: ["projects"]
---

# POST /v1/{+name}:pause

`POST /v1/{+name}:pause`

Pauses a job. If a job is paused then the system will stop executing the job until it is re-enabled via ResumeJob. The state of the job is stored in state; if paused it will be set to Job.State.PAUSED. A job must be in Job.State.ENABLED to be paused.

## Path parameters

- `name` string, required

## Request body

- PauseJobRequest — Request message for PauseJob.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/cloudscheduler.md) · [All operations](https://skmtc.net/google/apis/cloudscheduler/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/cloudscheduler/versions/19c8b03c4dae/schema)
