---
title: "Resolve the VM's IP address on the worker"
method: GET
path: "/vms/{name}/ip"
tags: ["vms"]
---

# Resolve the VM's IP address on the worker

`GET /vms/{name}/ip`

## Query parameters

- `wait` integer

## Response `200`

OK

- IP
  - `ip` string — The resolved IP address

## Other responses

- `404` — VM resource with the given name doesn't exist
- `503` — Failed to resolve the IP address on the worker responsible for the specified VM

## Changes

- **2025-02-06** `0e915eea7aec` — 1 breaking
  - for the `query` request parameter `wait`, default value `0` was added
- **2024-07-03** `9d2bc7a08ffc` — 1 info
  - endpoint added
- **2023-01-26** `4b9547159dde` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/openai/apis/orchard/changes/vms/:name/ip/get.md)

---

[API](https://skmtc.dev/openai/apis/orchard.md) · [All operations](https://skmtc.dev/openai/apis/orchard/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openai/orchard/revisions/d599e69bf6be/schema)
