Channel stuck in waiting close

Is this the right command to force close?

~/umbrel/bin/lncli closechannel --force edb93059037413a398033712e32a5e19cd9309a8def524f1cce03eaafa3938ef 0

umbrel@umbrel:~ $ ~/umbrel/bin/lncli pendingchannels
{
“total_limbo_balance”: “448607”,
“pending_open_channels”: [
],
“pending_closing_channels”: [
],
“pending_force_closing_channels”: [
],
“waiting_close_channels”: [
{
“channel”: {
“remote_node_pub”: “034997db2fa4563a86b0a06103944ad8eb5c2ff013e58afaa90f3de8a7bfd2b6d6”,
“channel_point”: “edb93059037413a398033712e32a5e19cd9309a8def524f1cce03eaafa3938ef:0”,
“capacity”: “1000000”,
“local_balance”: “448607”,
“remote_balance”: “547922”,
“local_chan_reserve_sat”: “10000”,
“remote_chan_reserve_sat”: “10000”,
“initiator”: “INITIATOR_LOCAL”,
“commitment_type”: “ANCHORS”,
“num_forwarding_packages”: “0”,
“chan_status_flags”: “ChanStatusCoopBroadcasted|ChanStatusLocalCloseInitiator”
},
“limbo_balance”: “448607”,
“commitments”: {
“local_txid”: “5c6aab6e54541aa8122faf5e9577021d453507328a8d7f9b17f8c26beaabb848”,
“remote_txid”: “d14cda0e22c744ee84c0a588dd984e127945055d9c75bb754a8198fc6bcc43d5”,
“remote_pending_txid”: “”,
“local_commit_fee_sat”: “2810”,
“remote_commit_fee_sat”: “2810”,
“remote_pending_commit_fee_sat”: “0”
},
“closing_txid”: “”
}
]
}

solved