v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Instances

Start instance

Power on the server. Required VM state: Shutoff, Stopped

post/cloud/v1/instances/{project_id}/{region_id}/{instance_id}/start

Path parameters

project_idinteger required

Project ID

region_idinteger required

Region ID

instance_idstring required

Instance ID

Request body

activate_profileboolean

Automatically activates the DDoS protection profile when the associated instance is started

Example request

{
  "activate_profile": true
}

Response

Returned instance

countinteger required

Number of objects

Example response

{
  "count": 1,
  "results": [
    {
      "blackhole_ports": [
        {
          "AlarmEnd": "2025-02-05 12:04:30Z",
          "AlarmStart": "2025-02-05 12:04:11Z",
          "AlertDuration": "2 hours",
          "DestinationIP": "80.240.114.116"
        }
      ],
      "created_at": "2023-11-29T10:56:49Z",
      "ddos_profile": {
        "fields": [
          {
            "base_field": 10,
            "description": "ARK server ports. Valid port values are in range 1000-65535",
            "field_value": 45046,
            "id": 11,
            "name": "ARK Ports",
            "required": true,
            "validation_schema": {
              "items": {
                "maximum": 65535,
                "minimum": 1000,
                "type": "integer"
              },
              "minItems": 1,
              "type": "array"
            }
          }
        ],
        "options": {
          "active": true,
          "bgp": true
        },
        "profile_template": {
          "description": "description",
          "fields": [
            {
              "description": "ARK server ports. Valid port values are in range 1000-65535",
              "id": 11,
              "name": "ARK Ports",
              "required": true,
              "validation_schema": {
                "items": {
                  "maximum": 65535,
                  "minimum": 1000,
                  "type": "integer"
                },
                "minItems": 1,
                "type": "array"
              }
            }
          ],
          "id": 123,
          "name": "ICMP port"
        },
        "profile_template_description": "ARK server ports. Valid port values are in range 1000-65535",
        "protocols": [
          {
            "port": "80",
            "protocols": [
              "TCP",
              "HTTP"
            ]
          },
          {
            "port": "53",
            "protocols": [
              "UDP"
            ]
          }
        ],
        "site": "ED",
        "status": {
          "error_description": "An error occured while deleting profile",
          "status": "Error Deleting"
        }
      },
      "fixed_ip_assignments": [
        {
          "ip_address": "123.123.123.1",
          "subnet_id": "eaafdc3c-f48b-4eb4-826f-057dfc7d6476"
        }
      ],
      "flavor": {
        "architecture": "x86_64",
        "flavor_id": "g2-standard-32-64",
        "flavor_name": "g2-standard-32-64",
        "hardware_description": {
          "ram": "16384",
          "vcpus": "16"
        },
        "os_type": "linux",
        "ram": 2048,
        "vcpus": 1
      },
      "id": "6c6aa80f-7836-4dc2-a2ae-125e248be476",
      "instance_description": "Instance description",
      "instance_isolation": {
        "reason": "Suspicious activities"
      },
      "name": "my-instance-1",
      "project_id": 111,
      "region": "Luxembourg",
      "region_id": 4,
      "security_groups": [
        {
          "name": "some_name"
        }
      ],
      "tags": [
        {
          "key": "my-tag",
          "read_only": false,
          "value": "my-tag-value"
        }
      ]
    }
  ]
}