v1
latestSwagger 2.02026-08-04232286653.5 KBInstance Templates
Creates an instance template in the project and returns the created instance template.
post/projects/{project_id}/compute/instance-templates
Path parameters
project_idstring required
Request body
Example request
{
"custom_image_name": "ubuntu:20.04",
"disks": [
{
"size": "10GiB",
"type": "persistent-ssd"
}
],
"image_name": "ubuntu:20.04",
"location": "us-northcentral1-a",
"maintenance_policy": "manual,stop-vm,unspecified",
"nvlink_domain_id": "550e8400-e29b-41d4-a716-446655440000",
"placement_policy": "spread",
"public_ip_address_type": "static",
"reservation_id": "804bf3a2-81f2-4d78-9a9e-dc6a55ed33d8",
"shutdown_script": "\"#!/bin/bash\\necho 'goodbye'\"",
"ssh_public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCspdG97nTS/h4PEPq2QD2RYVK1jxFXLFZuSDMI8Rtxpucl6LDZLOghEYoj13lxKQnGtcsM3Iu68lh+4YgZe7CbI6cc/TxPbeAX2HJTqDh0J7+GAlLBHK9tsepC0QlhIDiazJptOPDZ3cesCBXdxSnzEbhDaqgYOfl393cp1fCeOKRIDWEP3H9CM25dCbWF66sTDziLsojJ9dMnxhgKm9/JkZc5gYncLT/2Ey+VWfV9Fs65mGUrBbQOn3c8S/nEk6WRcYn4PFOnIp0Mz+Chb50iCJrW677pllLnkTGSU+4c0H9J5z4HDG0I+91RoiQ0QsayFTYO1JtSn+THLuq98V+D",
"startup_script": "\"#!/bin/bash\\necho 'hello'\"",
"subnet_id": "09ae8411-0fbb-411c-898c-2b8f19622ae1",
"template_name": "my-instance-template",
"transport_partition_id": "09ae8411-0fbb-411c-898c-2b8f19622ae1",
"type": "a100.2x",
"virtualization_features": {
"nested_virtualization": true
}
}Response
Example response
{
"created_at": "2024-01-01T00:00:00Z",
"custom_image_name": "ubuntu:20.04",
"disks": [
{
"size": "10GiB",
"type": "persistent-ssd"
}
],
"id": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab",
"image_name": "ubuntu:20.04",
"location": "us-northcentral1-a",
"name": "my-instance-template",
"nvlink_domain_id": "550e8400-e29b-41d4-a716-446655440000",
"project_id": "09ae8411-0fbb-411c-898c-2b8f19622ae1",
"public_ip_address_type": "static",
"reservation_id": "804bf3a2-81f2-4d78-9a9e-dc6a55ed33d8",
"shutdown_script": "#!/bin/bash\\necho 'goodbye'",
"ssh_public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCspdG97nTS/h4PEPq2QD2RYVK1jxFXLFZuSDMI8Rtxpucl6LDZLOghEYoj13lxKQnGtcsM3Iu68lh+4YgZe7CbI6cc/TxPbeAX2HJTqDh0J7+GAlLBHK9tsepC0QlhIDiazJptOPDZ3cesCBXdxSnzEbhDaqgYOfl393cp1fCeOKRIDWEP3H9CM25dCbWF66sTDziLsojJ9dMnxhgKm9/JkZc5gYncLT/2Ey+VWfV9Fs65mGUrBbQOn3c8S/nEk6WRcYn4PFOnIp0Mz+Chb50iCJrW677pllLnkTGSU+4c0H9J5z4HDG0I+91RoiQ0QsayFTYO1JtSn+THLuq98V+D",
"startup_script": "#!/bin/bash\\necho 'hello'",
"subnet_id": "09ae8411-0fbb-411c-898c-2b8f19622ae1",
"transport_partition_id": "09ae8411-0fbb-411c-898c-2b8f19622ae1",
"type": "a100.2x",
"virtualization_features": {
"nested_virtualization": true
}
}