# systemctl stop > Stop systemd units. > More information: . - Stop a unit: `systemctl stop {{unit}}` - Stop a service and suppress warnings: `systemctl stop {{unit}} --no-warn` - Stop a user unit: `systemctl stop {{unit}} --user`