mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
20 lines
549 B
Plaintext
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>
|
|
----
|