Skip to main content

Reactivate a strategy

POST <your-unleash-url>/api/admin/strategies/:strategyName/reactivate

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

Marks the specified strategy as not deprecated. If the strategy wasn't already deprecated, nothing changes.

Request

Path Parameters

  • strategyName string required
Responses

This response has no body.

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

Request

Base URL
<your-unleash-url>
Security Scheme
apiKey
strategyName — path required
curl / cURL
curl -L -X POST '<your-unleash-url>/api/admin/strategies/:strategyName/reactivate' \
-H 'Authorization: <API_KEY_VALUE>'