pub async fn unregister_workers( context: &CtlContext, workers: Vec<String>, yes: bool, ignore_not_found: bool, check_fragment_occupied: bool, ) -> Result<()>