5 title: "pipeline_templates"
9 See "REST methods for working with Arvados resources":{{site.baseurl}}/api/methods.html
11 API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/pipeline_templates@
13 Required arguments are displayed in %{background:#ccffcc}green%.
18 Create a new PipelineTemplate.
22 table(table table-bordered table-condensed).
23 |_. Argument |_. Type |_. Description |_. Location |_. Example |
24 |pipeline_template|object||query||
28 Delete an existing PipelineTemplate.
32 table(table table-bordered table-condensed).
33 |_. Argument |_. Type |_. Description |_. Location |_. Example |
34 {background:#ccffcc}.|uuid|string|The UUID of the PipelineTemplate in question.|path||
38 Gets a PipelineTemplate's metadata by UUID.
42 table(table table-bordered table-condensed).
43 |_. Argument |_. Type |_. Description |_. Location |_. Example |
44 {background:#ccffcc}.|uuid|string|The UUID of the PipelineTemplate in question.|path||
48 List pipeline_templates.
52 table(table table-bordered table-condensed).
53 |_. Argument |_. Type |_. Description |_. Location |_. Example |
54 |limit|integer (default 100)|Maximum number of pipeline_templates to return.|query||
55 |order|string|Order in which to return matching pipeline_templates.|query||
56 |filters|array|Conditions for filtering pipeline_templates.|query||
60 Update attributes of an existing PipelineTemplate.
64 table(table table-bordered table-condensed).
65 |_. Argument |_. Type |_. Description |_. Location |_. Example |
66 {background:#ccffcc}.|uuid|string|The UUID of the PipelineTemplate in question.|path||
67 |pipeline_template|object||query||