v1

latestOpenAPI 3.1.0MIT2026-07-2654137287.8 KB
container_groups

List Container Group Instances

Gets the list of container group instances

get/organizations/{organization_name}/projects/{project_name}/containers/{container_group_name}/instances

Response

OK

Example response

{
  "instances": [
    {
      "id": "db3a4591-efc3-46c0-b06a-3d820c0ec100",
      "machine_id": "eb3a4591-efc3-46c0-b06a-3d820c0ec100",
      "ssh_host_key_fingerprint": "SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8",
      "ssh_ip": "192.168.1.100"
    }
  ]
}