Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.11 KB

03-70-delete-bindings-and-instances.md

File metadata and controls

36 lines (23 loc) · 1.11 KB

Delete Service Bindigs and Service Instances

Delete service bindings and service instances using Kyma dashboard or kubectl.

Context

You can only delete service instances or service bindings created in Kyma using Kyma dashboard or kubectl. You can't perform these operations using the SAP BTP cockpit. To delete a service instance, first delete its service bindings.

Warning

Once you delete your service instances and service bindings, you cannot revert the operation.

Use either Kyma dashboard or kubectl to delete a service binding or a service instance.

Procedure

Kyma Dashboard

  1. In the Namespaces view, go to the namespace you want to delete a service binding/instance from.
  2. Go to Service Management -> Service Bindings/Service Instances.
  3. Delete the service binding/instance.

kubectl

To delete a service binding, run:

kubectl delete servicebindings.services.cloud.sap.com {BINDING_NAME}

To delete a service instance, run:

kubectl delete serviceinstances.services.cloud.sap.com {SERVICE_INSTANCE_NAME}