Inspect dedicated server services and trigger power actions programmatically. Bare metal in Romania, IPMI included.
curl -X GET https://www.pidginhost.com/api/v1/dedicated/servers/ \
-H "Authorization: Token $PIDGINHOST_API_TOKEN"
curl -X GET https://www.pidginhost.com/api/v1/dedicated/servers/<id>/ \
-H "Authorization: Token $PIDGINHOST_API_TOKEN"
Returns hostname, service status, IPs, operating system, billing cycle, and next invoice date.
curl -X POST https://www.pidginhost.com/api/v1/dedicated/servers/<id>/power/ \
-H "Authorization: Token $PIDGINHOST_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"action": "restart"}'
Power operations require the service to be active and a backend server to be available.
phctl dedicated server list
phctl dedicated server get <id>
phctl dedicated server power <id> --action restart
Every endpoint with Python, JavaScript, PHP, Go, Rust, CLI, and curl examples.
Sign up in 60 seconds. 30-day money-back guarantee. No credit card required for the free cloud VM tier.