Provision, manage and monitor Cloud VPS and Storage VPS instances programmatically. REST API with JSON responses, available on all Cloud VPS and VDS plans.
Bearer token in the Authorization header.| Method | Endpoint | Description |
|---|---|---|
| GET | /v1/instances | List all instances on your account |
| GET | /v1/instances/:id | Get details for a single instance |
| POST | /v1/instances | Provision a new Cloud VPS or Storage VPS instance |
| POST | /v1/instances/:id/reboot | Reboot an instance |
| POST | /v1/instances/:id/reinstall | Reinstall the OS on an instance |
| DELETE | /v1/instances/:id | Terminate an instance |
| GET | /v1/backups | List backups across your account |
| GET | /v1/usage | Bandwidth and resource usage for billing period |