Luxor PlatformAPI DocumentationCommanderAutomation Rules
Delete automation rule
Deletes an automation rule. Returns 204 No Content on success.
Authorization
LuxorAPIKey authorization<token>
Use your API key here.
In: header
Path Parameters
rule_id*string
Rule ID
Response Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/v2/commander/automation/rules/r-a1b2c3d4-e5f6-7890-abcd-ef1234567890"Empty
{ "statusCode": 400, "code": "FST_ERR_VALIDATION", "error": "Bad Request", "message": "body/end_date Required"}{ "statusCode": 400, "code": "FST_ERR_VALIDATION", "error": "Bad Request", "message": "body/end_date Required"}{ "statusCode": 400, "code": "FST_ERR_VALIDATION", "error": "Bad Request", "message": "body/end_date Required"}Update automation rule
Updates an existing automation rule. Accepts any subset of creation fields. Common use: flip status between enabled/disabled.
Get inventory assets
Returns a paginated list of inventory assets with filtering, search, and sorting. Set `archived=true` to return soft-deleted assets (the "Deleted miners" tab). For nested AND/OR logic, pass the `filter` query parameter as URL-encoded JSON; when supplied, it supersedes the flat filter params.