[feature] Add deletePipelineByName endpoint #7334
Labels
area/backend
help wanted
The community is welcome to contribute.
kind/feature
lifecycle/stale
The issue / pull request is stale, any activities remove this label.
Feature Area
/area backend
What feature would you like to see?
Add new endpoint - deletePipelineByName
In the case of Pipeline standalone:
/apis/v1beta1/namespaces/-/pipelines/{name}
In the case of full-fledged deployment:
/apis/v1beta1/namespaces/{namespace}/pipelines/{name}
What is the use case or pain point?
Simplify user experience and keep consistent with other tools like Kubernetes, DAGs in Argo, Airflow that use names as a reference instead of UUID
This issue is inspired from ##3360.
Is there a workaround currently?
Yes, use UUIDs instead
Love this idea? Give it a 👍. We prioritize fulfilling features with the most 👍.
The text was updated successfully, but these errors were encountered: