Skip to content

Disable

Disable Ghost Mode

Disables Ghost Mode and restores standard WireGuard connectivity on port 51820.

phantom-api ghost disable

Response Model: DisableGhostResult

Field Type Description
status string Ghost Mode status (inactive)
message string Result message
restored boolean Direct WireGuard connection restored

Notes

  • Restores direct WireGuard connection on port 51820
  • All clients automatically revert to standard WireGuard configuration
Example Response
{
  "success": true,
  "data": {
    "status": "inactive",
    "message": "Ghost Mode disabled successfully",
    "restored": true
  }
}