Unpublish a GGSA pipeline

patch

https://{ggsa_host}:{ggsa_port}/{context_path}/services/{version}/pipelines/{id}/unpublish

Unpublish a GGSA pipeline

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successfully unpublished the pipeline.
Body ()
Root Schema : PipelineDetail
Type: object
Show Source
Nested Schema : tagnames
Type: array
List of tags defined for the GGSA Pipeline.
Show Source

404 Response

pipeline id not found

409 Response

Incorrect state / conflict.
Back to Top