Updates the state of an existing Cloud Dataflow job.
To update the state of an existing job, we recommend using projects.locations.jobs.update
with a regional endpoint. Using projects.jobs.update
is not recommended, as you can only update the state of jobs that are running in us-central1
.
HTTP request
PUT https://dataflow.googleapis.com/v1b3/projects/{projectId}/jobs/{jobId}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
projectId |
The ID of the Cloud Platform project that the job belongs to. |
jobId |
The job ID. |
Query parameters
Parameters | |
---|---|
location |
The regional endpoint that contains this job. |
Request body
The request body contains an instance of Job
.
Response body
If successful, the response body contains an instance of Job
.
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/compute.readonly
https://www.googleapis.com/auth/compute
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/userinfo.email
For more information, see the Authentication Overview.