Uninstall WordPress CLI

Uninstalls the WordPress CLI from your server.


DELETE/api/servers/{server}/uninstall/wp-cli

Uninstall WordPress CLI

This endpoint allows you to remove the WordPress CLI tool from your server.

Required scopes

Manage servers

Request

DELETE
/api/servers/{server}/uninstall/wp-cli
curl -X DELETE "https://ploi.io/api/servers/{server}/uninstall/wp-cli" \
  -H "Authorization: Bearer {token}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"

Response

{
  "status": "ok",
  "message": "WordPress CLI is being uninstalled."
}