5 title: "pipeline_instances"
9 Copyright (C) The Arvados Authors. All rights reserved.
11 SPDX-License-Identifier: CC-BY-SA-3.0
14 API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/pipeline_instances@
18 Example UUID: @zzzzz-d1hrv-0123456789abcde@
22 Deprecated. A pipeline instance is a collection of jobs managed by @aravdos-run-pipeline-instance@.
24 Each PipelineInstance has, in addition to the "Common resource fields":{{site.baseurl}}/api/resources.html:
26 table(table table-bordered table-condensed).
27 |_. Attribute|_. Type|_. Description|_. Example|
28 |pipeline_template_uuid|string|The "pipeline template":pipeline_templates.html that this instance was created from.||
37 See "Common resource methods":{{site.baseurl}}/api/methods.html for more information about @create@, @delete@, @get@, @list@, and @update@.
39 Required arguments are displayed in %{background:#ccffcc}green%.
43 Create a new PipelineInstance.
47 table(table table-bordered table-condensed).
48 |_. Argument |_. Type |_. Description |_. Location |_. Example |
49 |pipeline_instance|object||query||
53 Delete an existing PipelineInstance.
57 table(table table-bordered table-condensed).
58 |_. Argument |_. Type |_. Description |_. Location |_. Example |
59 {background:#ccffcc}.|uuid|string|The UUID of the PipelineInstance in question.|path||
63 Gets a PipelineInstance's metadata by UUID.
67 table(table table-bordered table-condensed).
68 |_. Argument |_. Type |_. Description |_. Location |_. Example |
69 {background:#ccffcc}.|uuid|string|The UUID of the PipelineInstance in question.|path||
73 List pipeline_instances.
75 See "common resource list method.":{{site.baseurl}}/api/methods.html#index
79 Update attributes of an existing PipelineInstance.
83 table(table table-bordered table-condensed).
84 |_. Argument |_. Type |_. Description |_. Location |_. Example |
85 {background:#ccffcc}.|uuid|string|The UUID of the PipelineInstance in question.|path||
86 |pipeline_instance|object||query||