Is your feature request related to a problem?
During on-call mitigation, we need to pause/resume agent. Right now we use a Python script, which is less efficient than using cli.
We already see similar function in bk cli bk agent stop, would like to see pause and resume as well.
Describe the solution you'd like.
bk agent pause "agent-id"
bk agent resume "agent-id"
Describe alternatives you've considered.
No response
Additional context
No response