SSD VPS Management
This guide provides an overview of management options for your SSD VPS. You can control your SSD VPS through the Control Panel or REST API, or ics-cli
. For detailed instructions on specific commands and actions, refer to the linked pages in the Server Actions section below.
Inventory
To get started, visit the SSD VPS dashboard in the Control Panel. Here you’ll find a consolidated list of your SSD VPS inventory, showing:
- Hostname
- Primary IP address
- Data center location
- Service ID
- Friendly name
- Status
Use the search box to narrow down by name, location, service, or IP.
Management Interfaces
You can manage your SSD VPS through two primary interfaces:
The Console provides a graphical interface for managing servers. To access individual server functions:
- In the left navigation bar, select SSD VPS under Services.
- Click on the server hostname to access the detailed server view.
- Use the Server Actions dropdown menu in the top right of the page for management operations.
For complete bare metal server management API documentation, refer to our SSD VPS API Reference.
Common workflow example:
# 1. List server inventory (shows server ID and location ID for each server)curl --request GET \--url https://api.ingenuitycloudservices.com/rest-api/ssd-vps/servers \--header 'Accept: application/json' \--header 'X-Api-Token: API_KEY'
# 2. Power on a specific servercurl --request POST \--url https://api.ingenuitycloudservices.com/rest-api/ssd-vps/locations/{location_id}/servers/{server_id}/power/on \--header 'Accept: application/json' \--header 'X-Api-Token: API_KEY'
Server Actions
The table below provides an overview of available server management actions across our platform:
Action | Description |
---|---|
Power Actions | Control server power state (power on, power off, reboot) |
Rebuild | Rebuild server with a new OS template |
Recovery Reboot | Reboot server in to recovery mode |
Clone | Create a copy of an existing server |
Backup Protection | Enable backup protection and manage server snapshots |
Custom Templates | Manage custom templates across your servers |