Reset PHP extensions
Resets all PHP extensions of the website to their default state. Use it to recover from extension conflicts or restore the original configuration.
Resets all PHP extensions of the website to their default state.
Use it to recover from extension conflicts or restore the original configuration.
Authorizations
AuthorizationstringRequired
API Token authentication
Path parameters
usernamestringRequiredExample:
u123456789domainstringRequiredExample:
Domain name
mydomain.tldResponses
200
Success empty response
application/json
messagestringOptionalExample:
Request accepted401
Unauthenticated response
application/json
500
Error response
application/json
patch/api/hosting/v1/accounts/{username}/websites/{domain}/php/extensions/reset
PATCH /api/hosting/v1/accounts/{username}/websites/{domain}/php/extensions/reset HTTP/1.1
Host: developers.hostinger.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"message": "Request accepted"
}Last updated
Was this helpful?