Skip to main content

List Machines

GET /v1/machines Returns all machines with active baselines for the authenticated organization.
array
Array of machine records, each containing machine metadata and baseline info.
integer
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

Response