1#[derive(Default, Debug)] 2pub struct PodDeleteLibpod { 3 /// force removal of a running pod by first stopping all containers, then removing all containers in the pod 4 pub force: Option<bool>, 5}