---
title: "Disable a transcoder's stream targets"
method: PUT
path: "/transcoders/{id}/disable_all_stream_targets"
tags: ["transcoders"]
---

# Disable a transcoder's stream targets

`PUT /transcoders/{id}/disable_all_stream_targets`

This operation disables all of the stream targets assigned to a specific transcoder.

## Path parameters

- `id` string, required

## Response `200`

Success

- object
  - `transcoder` object, required
    - `stream_targets` object, required
      - `state` 'enabled' | 'disabled' — The state of the transcoder's stream targets.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `410` — Gone
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/wowza/apis/wowza-video-rest-api-reference-documentation.md) · [All operations](https://skmtc.net/wowza/apis/wowza-video-rest-api-reference-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wowza/wowza-video-rest-api-reference-documentation/versions/157b6f741f2a/schema)
