latestOpenAPI 3.1.02026-08-1076186318.8 KB

ab648a80ca4d

WordPress Site Tools

Restart an Environment's PHP Engine

post/sites/tools/restart-php

Request body

environment_idstring required

Example request

{
  "environment_id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1"
}

Response

Restarting PHP in progress

operation_idstring required
messagestring required
statusnumber required

Example response

{
  "operation_id": "php:restart-54fb80af-576c-4fdc-ba4f-b596c83f15a1",
  "message": "Restarting PHP in progress",
  "status": 202
}