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

Disable ephemeral TTL for a workspace

Removes ephemeral scheduling and related configuration for the workspace.

delete
Path parameters
orgstring · min: 1 · max: 128Required

Org is the organisation identifier.

Example: 9
projectstring · min: 1 · max: 128Required

Project is the project identifier.

Example: fcw
workspacestringRequired

Workspace identifier

Example: Dolores maxime quis doloribus nam voluptatem.
Query parameters
provisionerstringOptional

Provisioner key (defaults to opentofu when omitted)

Example: Reprehenderit libero nam temporibus commodi expedita.
Header parameters
Harness-Accountstring · min: 1 · max: 128Required

Account is the internal customer account ID.

Example: 4
Responses
400

BadRequestError: Bad Request response.

application/vnd.goa.error
faultbooleanRequired

Is the error a server-side fault?

Example: false
idstringRequired

ID is a unique identifier for this particular occurrence of the problem.

Example: 123abc
messagestringRequired

Message is a human-readable explanation specific to this occurrence of the problem.

Example: parameter 'p' must be an integer
namestringRequired

Name is the name of this class of errors.

Example: bad_request
temporarybooleanRequired

Is the error temporary?

Example: false
timeoutbooleanRequired

Is the error a timeout?

Example: true
delete/api/orgs/{org}/projects/{project}/workspaces/{workspace}/ephemeral-config
DELETE /api/orgs/{org}/projects/{project}/workspaces/{workspace}/ephemeral-config HTTP/1.1
Host: localhost:80
Harness-Account: 4
Accept: */*
{
  "fault": false,
  "id": "123abc",
  "message": "parameter 'p' must be an integer",
  "name": "bad_request",
  "temporary": false,
  "timeout": false
}

Last updated

Was this helpful?