For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete default pipeline

Delete the association between a default pipeline and a provisioner operation

delete
Path parameters
orgstringRequiredExample: Id et perferendis.
projectstringRequiredExample: Iste nihil.
Header parameters
Harness-AccountstringRequiredExample: Aut deserunt.
Body
operationstring · enumRequired

The default pipeline is associated with this operation

Example: planPossible values:
provisionerstring · enumRequired

The default pipeline is associated with this provisioner

Example: opentofuPossible values:
workspacestringOptional

The default pipeline is associated with this workspace if specified

Default: ""Example: plan
Responses
200

OK response.

No content

delete/api/orgs/{org}/projects/{project}/settings/default-pipelines
DELETE /api/orgs/{org}/projects/{project}/settings/default-pipelines HTTP/1.1
Host: localhost:80
Harness-Account: Aut deserunt.
Content-Type: application/json
Accept: */*
Content-Length: 64

{
  "operation": "plan",
  "provisioner": "opentofu",
  "workspace": "plan"
}

No content

Last updated

Was this helpful?