Custom Templates
Custom Templates allow you to create additional SSD VPS that get built with your custom configuration. You can create custom templates by purchasing backup protection for your SSD VPS and converting a snapshot in to a custom template, or by cloning an SSD VPS. More information on cloning is available here, and more information on snapshots is available here.
Viewing Custom Templates
To view all existing custom templates:
-
In the left navigation bar, select Custom Templates under Services.
-
You will be presented with a list of all your existing custom templates, and the location in which they are available.
-
You can delete a custom template by selecting Delete in the Action column.
Get Location ID
curl --request GET \--url https://api.ingenuitycloudservices.com/rest-api/ssd-vps/locations \--header 'Accept: application/json' \--header 'X-Api-Token: API_KEY'
Get Custom Templates
curl --request POST \--url https://api.ingenuitycloudservices.com/rest-api/ssd-vps/locations/{location_id}/templates/custom \--header 'Accept: application/json' \--header 'X-Api-Token: API_KEY' \
Convert Snapshot to Custom Template
-
To convert a snapshot of a server (that has backup protection enabled) to a custom template, navigate to the relevant server page, and then select Backups.
-
You will be presented with a list of snapshots. Select Convert on the snapshot you wish to convert to a custom template.
-
Enter a name for the custom template, and click Submit to confirm the creation of your custom template.
-
Once complete, a green pop-up message will confirm the success of the action.