Disable ephemeral TTL for a workspace
Removes ephemeral scheduling and related configuration for the workspace.
Org is the organisation identifier.
9Project is the project identifier.
fcwWorkspace identifier
Dolores maxime quis doloribus nam voluptatem.Provisioner key (defaults to opentofu when omitted)
Reprehenderit libero nam temporibus commodi expedita.Account is the internal customer account ID.
4OK response.
BadRequestError: Bad Request response.
Is the error a server-side fault?
falseID is a unique identifier for this particular occurrence of the problem.
123abcMessage is a human-readable explanation specific to this occurrence of the problem.
parameter 'p' must be an integerName is the name of this class of errors.
bad_requestIs the error temporary?
falseIs the error a timeout?
trueUnauthorizedError: Unauthorized response.
ForbiddenError: Forbidden response.
NotFoundError: Not Found response.
TimeoutError: Request Timeout response.
ConflictError: Conflict response.
LockedError: Locked response.
ContextCancelledError: response.
InternalServerError: Internal Server Error response.
BadGatewayError: Bad Gateway response.
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?