Skip to main content
DELETE
/
registry
/
v1
/
agents
/
{agentId}
Deregister an agent (marks as INACTIVE)
curl --request DELETE \
  --url https://api.swarmd.ai/registry/v1/agents/{agentId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT token (USER, AGENT, or SERVICE auth)

Path Parameters

agentId
string<uuid>
required

Query Parameters

comment
string

Response

204

No Content