podman_rest_client/v4/params/
pod_delete_libpod.rs

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}