livekit-cli icon indicating copy to clipboard operation
livekit-cli copied to clipboard

the lk agent delete doesn't have silent mode

Open mhamri opened this issue 2 months ago • 1 comments

I am trying to delete the agent during cicd and recreate it again. but lk agent delete --id $ExistingAgent always is asking for confirmation and there isn't any --silent mode in it

mhamri avatar Oct 22 '25 05:10 mhamri

for cicd you can use this repo to make things simpler: https://github.com/livekit/deploy-action I have not yet implemented delete there yet though, so added the silent flag for delete in https://github.com/livekit/livekit-cli/pull/723

real-danm avatar Nov 05 '25 19:11 real-danm