---
title: "Update Equipment"
method: PUT
path: "/app/v1/equipment/{equipment_id}"
tags: ["equipment"]
---

# Update Equipment

`PUT /app/v1/equipment/{equipment_id}`

## Path parameters

- `equipment_id` string, uuid, required

## Query parameters

- `period` string

## Request body

- EquipmentUpdateInput
  - `custom_attributes` CustomAttributes
  - `latitude` number, nullable — latitude on the Earth
  - `longitude` number, nullable — longitude on the Earth
  - `name` string
  - `type_id` 'acid_gas_removal' | 'desiccant_dehydrator' | 'ng_pneumatic_devices'
  - `status` 'active' | 'inactive' | 'deprecated'
  - `facility_id` string, uuid — ID of the facility that the equipment belongs to
  - `start_date` union — Start date of attributes. If start_date is provided and end_date is not provided, it defaults to the range [start_date, max]. If both start_date and end_date are not provided, it defaults to the range [current year month, next existing year month - 1]
    - string — Year month formatted as YYYYMM
    - 'min' | 'max' — Year month shorthand
  - `end_date` union — End date of attributes. If end_date is provided and start_date is not provided, it defaults to the range [min, start_date]. If both start_date and end_date are not provided, it defaults to the range [current year month, next existing year month - 1]
    - string — Year month formatted as YYYYMM
    - 'min' | 'max' — Year month shorthand

## Response `200`

successful operation

- Equipment
  - `custom_attributes` CustomAttributes
  - `effective_date` string
  - `id` string, uuid
  - `latitude` number, nullable — latitude on the Earth
  - `longitude` number, nullable — longitude on the Earth
  - `name` string
  - `type` EquipmentTypeShallow
    - `id` string
    - `name` string

---

[API](https://skmtc.net/validere/apis/carbonhub-api.md) · [All operations](https://skmtc.net/validere/apis/carbonhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/validere/carbonhub-api/revisions/053edab62415/schema)
