5 title: "pipeline_instances"
9 Copyright (C) The Arvados Authors. All rights reserved.
11 SPDX-License-Identifier: CC-BY-SA-3.0
14 p=. *Legacy. This endpoint is read-only and disabled by default in new installations.*
16 API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/pipeline_instances@
20 Example UUID: @zzzzz-d1hrv-0123456789abcde@
24 Deprecated. A pipeline instance is a collection of jobs managed by @aravdos-run-pipeline-instance@.
26 Each PipelineInstance has, in addition to the "Common resource fields":{{site.baseurl}}/api/resources.html:
28 table(table table-bordered table-condensed).
29 |_. Attribute|_. Type|_. Description|_. Example|
30 |pipeline_template_uuid|string|The "pipeline template":pipeline_templates.html that this instance was created from.||
39 See "Common resource methods":{{site.baseurl}}/api/methods.html for more information about @create@, @delete@, @get@, @list@, and @update@.
41 Required arguments are displayed in %{background:#ccffcc}green%.
45 Create a new PipelineInstance.
49 table(table table-bordered table-condensed).
50 |_. Argument |_. Type |_. Description |_. Location |_. Example |
51 |pipeline_instance|object||query||
55 Delete an existing PipelineInstance.
59 table(table table-bordered table-condensed).
60 |_. Argument |_. Type |_. Description |_. Location |_. Example |
61 {background:#ccffcc}.|uuid|string|The UUID of the PipelineInstance in question.|path||
65 Gets a PipelineInstance's metadata by UUID.
69 table(table table-bordered table-condensed).
70 |_. Argument |_. Type |_. Description |_. Location |_. Example |
71 {background:#ccffcc}.|uuid|string|The UUID of the PipelineInstance in question.|path||
75 List pipeline_instances.
77 See "common resource list method.":{{site.baseurl}}/api/methods.html#index
81 Update attributes of an existing PipelineInstance.
85 table(table table-bordered table-condensed).
86 |_. Argument |_. Type |_. Description |_. Location |_. Example |
87 {background:#ccffcc}.|uuid|string|The UUID of the PipelineInstance in question.|path||
88 |pipeline_instance|object||query||