---
title: "Reset the occupancy of a place"
method: POST
path: "/metrics/occupancy/reset"
tags: ["metrics"]
---

# Reset the occupancy of a place

`POST /metrics/occupancy/reset`

## Request body

- OccupancyReset
  - `place` string, required
  - `timestamp` string, date-time, required
  - `occupancyReset` integer, required
  - `objectType` string, required

## Response `201`

Successful Operation.

- Success
  - `success` boolean, required

## Other responses

- `400` — Bad Request. This response will be sent if request body doesn't follow schema.
- `404` — Resource Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/nvidia/apis/vss-video-analytics-apis.md) · [All operations](https://skmtc.net/nvidia/apis/vss-video-analytics-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nvidia/vss-video-analytics-apis/versions/0ff2b2f41244/schema)
