v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13112248.4 KB
projects

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.

post/v1/{+name}:pause

Path parameters

namestring required

Required. The job name. For example: projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID.

Request body

PauseJobRequest required

Request message for PauseJob.

Response

Successful response