Skip to content

What do the status values mean, and how do I change the lifecycle?

Requires Basic

Every asset has a status (default: Active). Via “Edit”, you set it to one of five values — Active, Inactive, Maintenance, Retired, or Disposed. In addition, date fields (Warranty Expiry, End of Life, End of Support) capture the rest of the lifecycle.

The Assets module is part of the core product and available on all plans.

API value (status)Meaning
activeActive — in operation (default when creating an asset).
inactiveInactive — temporarily not in use.
maintenanceMaintenance — currently being repaired or serviced.
retiredRetired — decommissioned but still inventoried.
disposedDisposed — permanently taken out of operation.

In the web interface, these values are displayed as colored status badges using their human-readable label (e.g. Active in green, Maintenance in yellow, Disposed in red).

  1. Open and edit the asset. Select Assets, open the asset, and click “Edit”.

  2. Choose the status. In the Status field, select the appropriate value from the list.

    The status is set via the dropdown in the edit form.
  3. Save. After saving, the new status appears as a badge in the detail view and in the asset list.

    The Status column in the asset list shows the status as a colored badge.
  • Status is just a field: Changing it is a normal update (PUT); it does not trigger any automatic workflows.
  • Audit trail: updated_by and updated_at are set; the change can be traced in the History.
  • Lifecycle data: Fill in Warranty Expiry (warranty_expiry), End of Life (end_of_life), and End of Support (end_of_support) for expiry and replacement planning.
  • Reporting: The Dashboard counts, among other things, active assets and assets under maintenance; the list can be filtered by status.
  • Tenant isolation: Status changes only affect assets belonging to your tenant.