Requests the pipeline to pause, which it will do asynchronously.
Progress should be monitored by polling the pipeline GET endpoints.
| Path Parameters |
|---|
pipeline_name string — REQUIRED |
| Responses |
|---|
202
Action is accepted and is being performed |
400
Action could not be performed | Schema — OPTIONAL |
|---|
details objectDetailed error metadata.
The contents of this field is determined by error_code. | error_code stringError code is a string that specifies this error type. | message stringHuman-readable error message. |
|
404
Pipeline with that name does not exist | Schema — OPTIONAL |
|---|
details objectDetailed error metadata.
The contents of this field is determined by error_code. | error_code stringError code is a string that specifies this error type. | message stringHuman-readable error message. |
|
| Schema — OPTIONAL |
|---|
details objectDetailed error metadata.
The contents of this field is determined by error_code. | error_code stringError code is a string that specifies this error type. | message stringHuman-readable error message. |
|