List Machines
GET /v1/machines
Returns all machines with active baselines for the authenticated organization.
Array of machine records, each containing machine metadata and baseline info.
Total number of machines.
Delete Machine
DELETE /v1/machines/{machine_id}
Remove a machine and its baseline data. Future detection requests for this machine will use the generic model instead of a fine-tuned predictor.
Path Parameters
| Parameter | Type | Description |
|---|---|---|
machine_id | string | The machine identifier to delete |