$ ceph orch rm alertmanager
$ ceph mgr module disable prometheus
+See also :ref:`orch-rm`.
+
Setting up RBD-Image monitoring
-------------------------------
.. prompt:: bash #
ceph orch apply -i myservice.yaml [--dry-run]
+
+
+.. _orch-rm:
+
+Removing a Service
+==================
+
+In order to remove a service including the removal
+of all daemons of that service, run
+
+.. prompt:: bash
+
+ ceph orch rm <service-name>
+
+For example:
+
+.. prompt:: bash
+
+ ceph orch rm rgw.myrgw
+
Deployment of Daemons
=====================
Cephadm supports disabling the automated deployment and removal of daemons on a
per service basis. The CLI supports two commands for this.
+In order to fully remove a service, see :ref:`orch-rm`.
+
Disabling automatic management of daemons
-----------------------------------------