You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser = argparse.ArgumentParser(description='Sets agent status as terminated. Before deleting an agent, please make sure that youve stopped the related service from the Windows Services Manager screen. If it is running, the agent will reappear on the page despite removal.')
parser.add_argument('-id', '-agentid', type=str, help='Gets or sets the unique identifier of agent', required=True)