1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/deleting-service-cli.adoc
2023-10-30 10:13:25 -04:00

20 lines
549 B
Plaintext

// Module included in the following assemblies:
//
// * assemblies/adding-service.adoc
:_mod-docs-content-type: PROCEDURE
[id="deleting-service-cli_{context}"]
= Deleting an add-on service using the CLI
You can delete an add-on service from your {product-title} cluster by using the {cluster-manager-first} CLI (`ocm`).
.Procedure
* To delete the add-on service from your cluster through {cluster-manager} CLI, enter the following command:
+
[source,terminal]
----
$ ocm delete api/clusters_mgmt/v1/clusters/<cluster_id>/addons/<addon_id>
----