v52
latestOpenAPI 3.0.3GNU Affero General Public License v3.0 (AGPL-3.0)raw.githubusercontent.com2026-08-0113040156.8 KBLoad Balancer
Attach a VM to a load balancer
post/project/{project_id}/location/{location}/load-balancer/{load_balancer_reference}/attach-vm
Request body
Response
A Load Balancer
Example response
{
"id": "1bhw8r4pn73t1m5f7rn7a5pej2",
"vms": [
{
"id": "vmhfy8gff8c67hasb0eez2k1pd",
"location": "eu-central-h1",
"name": "my-vm-name"
}
]
}