Pipeline Deletion
Prerequisites for Deleting a Pipeline​
- There should be a
running cluster
. - A project should be running as a pipeline is a part of it.
- A pipeline should exist.
Consequences of Deleting a Pipeline​
Sub-domain
on which the pipeline is deployed won't be functional anymore.- All the associated Kubernetes objects like
ingress
,deployments
,secrets
andservices
of the pipeline will also be deleted.
Recommendation before Deleting a Pipeline​
It is recommended to have a backup of your YAML
, docker file
and secrets
before deleting a pipeline.
Deleting the Pipeline​
- Go to Humalect Console's
dashboard
. - Click on
Projects
. - Click on the
Pipelines
button. - Click on the
highlighted three dots
towards the right of the respective row. - You will see
delete
button, click on this button.
- Click on the ✅ icon to delete the pipeline.
Your pipeline will be deleted.
Troubleshooting​
Need help? Contact us