---
title: "changeExtractorStatus"
method: PUT
path: "/extraction-control/{id}/{enabled}"
tags: ["extraction-microservice"]
---

# changeExtractorStatus

`PUT /extraction-control/{id}/{enabled}`

This method is used to change the status of an extraction microservice.

## Path parameters

- `id` integer, required
- `enabled` 'ENABLE' | 'DISABLE' | 'RESTART', required

## Response `200`

OK

- ListExtractionServicesResponse
  - `data` ExtractionServiceBean[]
    - `id` integer
    - `url` string
    - `enabled` boolean
    - `library` 'GINGER' | 'FACE' | 'GIRL'
    - `message` string

## Other responses

- `500` — Internal error

---

[API](https://skmtc.net/griaule/apis/gbds-api.md) · [All operations](https://skmtc.net/griaule/apis/gbds-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/griaule/gbds-api/versions/fa80f482ec5e/schema)
