---
title: "Release worksite work types"
method: POST
path: "/worksites/{id}/release"
tags: ["Worksites"]
---

# Release worksite work types

`POST /worksites/{id}/release`

Release work types on a worksite, making them available for other organizations (only for incidents with release enabled)

## Request body

- object
  - `work_types` string[], required — Array of work type keys to release
  - `status` string — Status to set when releasing work types

## Response `201`

Work types released successfully

## Other responses

- `400` — Invalid input data or release not allowed for this incident
- `403` — Permission denied
- `404` — Worksite not found

---

[API](https://skmtc.dev/crisiscleanup/apis/crisiscleanup-api.md) · [All operations](https://skmtc.dev/crisiscleanup/apis/crisiscleanup-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/crisiscleanup/crisiscleanup-api/revisions/3fa73d4b2895/schema)
