Legacy. This endpoint is read-only and disabled by default in new installations.
API endpoint base: https://pirca.arvadosapi.com/arvados/v1/pipeline_instances
Object type: d1hrv
Example UUID: zzzzz-d1hrv-0123456789abcde
Deprecated. A pipeline instance is a collection of jobs managed by arvados-run-pipeline-instance
.
Each PipelineInstance has, in addition to the Common resource fields:
Attribute | Type | Description | Example |
---|---|---|---|
pipeline_template_uuid | string | The pipeline template that this instance was created from. | |
name | string | ||
components | hash | ||
success | boolean | ||
active | boolean | ||
properties | Hash |
See Common resource methods for more information about create
, delete
, get
, list
, and update
.
Required arguments are displayed in green.
Create a new PipelineInstance.
Arguments:
Argument | Type | Description | Location | Example |
---|---|---|---|---|
pipeline_instance | object | query |
Delete an existing PipelineInstance.
Arguments:
Argument | Type | Description | Location | Example |
---|---|---|---|---|
uuid | string | The UUID of the PipelineInstance in question. | path |
Gets a PipelineInstance’s metadata by UUID.
Arguments:
Argument | Type | Description | Location | Example |
---|---|---|---|---|
uuid | string | The UUID of the PipelineInstance in question. | path |
List pipeline_instances.
See common resource list method.
Update attributes of an existing PipelineInstance.
Arguments:
Argument | Type | Description | Location | Example |
---|---|---|---|---|
uuid | string | The UUID of the PipelineInstance in question. | path | |
pipeline_instance | object | query |
The content of this documentation is licensed under the
Creative
Commons Attribution-Share Alike 3.0 United States licence.
Code samples in this documentation are licensed under the
Apache License, Version 2.0.