Delete Pipeline
DELETE
/api/v1/pipelines/{route_id}
Stop and delete a pipeline route. Searches across all active executions.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” route_id
required
Route Id
string
Responses
Section titled “ Responses ”Successful Response
PipelineControlResponse
Pipeline control operation response.
object
success
required
Success
Whether operation succeeded
boolean
route_id
required
Route Id
Route ID
string
message
required
Message
Operation status message
string
status
required
Status
Pipeline status after operation
string
Resource not found
ErrorResponse
Standard error response matching FastAPI HTTPException format.
This model is used in OpenAPI response declarations for 4xx/5xx errors.
The detail field matches FastAPI’s HTTPException structure.
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context