v1

latestOpenAPI 3.0.0Apache 2.02026-07-1713824.2 KB
Results

Delete a particular result using UID

delete/v1alpha2/parents/{parent}/results/{result_uid}

Response

Default response

annotationsobject

Arbitrary user provided labels for the result.

uidstring required

server assigned identified of the Results

namestring required

User assigned identifier of the Result. Encodes Parent information.

created_timestring date-time

DEPRECATED: Use create_time instead

create_timestring date-time

Server assigned timestamp for when the result was created.

updated_timestring date-time

DEPRECATED: Use update_time instead

update_timestring date-time

Server assigned timestamp for when the result was updated.

idstring

DEPRECATED: use uid instead

etagstring

This is etag for Results. If this is provided on update, it must match the server's etag.

Example response

{
  "uid": "0e0536c1-eccc-4727-9f99-5bb26ce3db90",
  "name": "default/results/2be47d31-4d7f-4762-9616-969f2d7d9cc3",
  "summary": {
    "record": "default/results/2be47d31-4d7f-4762-9616-969f2d7d9cc3/records/2be47d31-4d7f-4762-9616-969f2d7d9cc3",
    "type": "pipelines.tekton.dev/PipelineRun"
  },
  "id": "0e0536c1-eccc-4727-9f99-5bb26ce3db90",
  "etag": "0e0536c1-eccc-4727-9f99-5bb26ce3db90-1675088191880127798"
}