Luxor Documentation Hub Logo
Luxor Platform/API Documentation/Commander

Delete agent

Deletes a Commander agent. Miners associated to the deleted agent transition to offline.

DELETE
/v2/commander/agents/{agent_id}

Authorization

authorization<token>

Use your API key here.

In: header

Path Parameters

agent_idRequiredstring

Agent UUID

Format: "uuid"
curl -X DELETE "https://app.luxor.tech/api/v2/commander/agents/1d786ea1-9400-4566-94be-d5f400e0490b" \
  -H "authorization: <token>"

Default Response