Overview
Use Cases
Connectors
Authentication
Getting Started with the Python SDK
API Reference
ai_agents
ai_chat
algorithm
annotations
application_connectors
batch_prediction
code_completion
custom_loss_function
custom_metric
database_connectors
dataset
deployment
deployment_conversations
docstore
document_retrievers
documentation
eda
external_app
feature_drift
feature_group
feature_group_row_process
feature_group_template
file_connectors
graph_dashboard
holdout_analysis
llm_apps
model
model_monitoring
module
natural_language_explanation
organization
pipelines
createPipeline
createPipelineStep
deletePipeline
deletePipelineStep
describePipeline
describePipelineByName
describePipelineStep
describePipelineStepByName
describePipelineStepVersion
describePipelineVersion
getStepVersionLogs
listPipelineVersionLogs
listPipelineVersions
listPipelines
pausePipelineRefreshSchedule
renamePipeline
renamePipelineStep
resetPipelineVersion
resumePipelineRefreshSchedule
runPipeline
skipPendingPipelineVersionSteps
unsetPipelineRefreshSchedule
updatePipeline
updatePipelineStep
predict
prediction_operator
project
python_function
refresh
secrets
streaming
streaming_connectors
upload
webhooks
API Classes
API Inputs
Documentation Chat Bot
API Search
Video Tutorials
ChatLLM
API Reference
>
pipelines
>
deletePipeline
Copied URL to clipboard
×
Method
deletePipeline
DELETE
Copy
DELETE
Deletes a pipeline.
Arguments:
REQUIRED
KEY
TYPE
DESCRIPTION
Yes
pipelineId
str
The ID of the pipeline to delete.
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.
Response:
KEY
TYPE
DESCRIPTION
success
Boolean
true if the call succeeded, false if there was an error
Exceptions:
TYPE
WHEN
DataNotFoundError
pipelineId
is not found.
Language:
python
curl