cephadm
Verified for current stable LTS
Cephadm Command: Remove Ceph Service From Cluster
Use for remove ceph service from cluster with Cephadm. Exact CLI syntax to remove ceph service from cluster using Cephadm.
When to use this: Use for remove ceph service from cluster with Cephadm.
Command Syntax
sudo cephadm rm-service <service_type> --name <service_name> sudo cephadm rm-service <service_type> --name <service_name> Command Breakdown
--name- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to remove ceph service from cluster using Cephadm.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Cephadm Command: Add Host To Ceph Cluster
sudo cephadm add-host <hostname> <ip_address> Cephadm Command: Bootstrap New Ceph Cluster sudo cephadm bootstrap --mon-ip <monitor_ip> Cephadm Command: Check Cluster Services Status sudo cephadm shell -- ceph -s Cephadm Command: Deploy Specific Ceph Service sudo cephadm deploy <service_type> --name <service_name> Cephadm Command: Enter Ceph Container Shell sudo cephadm shell