Hi - Is there a way to delete an Agent from the Cl...
# ask-community
i
Hi - Is there a way to delete an Agent from the Cloud UI? Some time ago I remember being able do it. I also tried to delete an agent using graphql ... Is this right?
mutation{
delete_agent(input: {agent_id:"<id>"}){success}
}
Thanks in advance
k
Hey @itay livni, you can remove them from the Cloud UI on the Agents screen. Just click “Remove” on that agent.
n
You should also be able to do that from the
Agents
screen of the UI, with the caveat that if the agent is still polling it'll re-register itself with Cloud and will show up again (so you'll need to stop the agent process first)
i
Thanks - I guess my confusion was that I was trying to kill a running agent from the ui.
👍 1