{ "opencollection": "1.0.0", "info": { "name": "Hetzner Cloud Actions Floating IPs API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Floating IPs", "type": "folder" }, "items": [ { "info": { "name": "List Floating IPs", "type": "http" }, "http": { "method": "GET", "url": "https://api.hetzner.cloud/v1/floating_ips", "params": [ { "name": "name", "value": "", "type": "query", "description": "Filter resources by their name.\n\nThe response will only contain the resources\nmatching exactly the specified name.\n" }, { "name": "label_selector", "value": "", "type": "query", "description": "Filter resources by labels.\n\nThe response will only contain resources matching the label selector.\nFor more information, see \"[Label Selector](#description/label-selector)\".\n" }, { "name": "sort", "value": "", "type": "query", "description": "Sort resources by field and direction. May be used multiple times.\n\nFor more information, see \"[Sorting](#description/sorting)\".\n" }, { "name": "page", "value": "", "type": "query", "description": "Page number to return. For more information, see \"[Pagination](#description/pagination)\"." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of entries returned per page. For more information, see \"[Pagination](#description/pagination)\"." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List multiple [Floating IPs](#tag/floating-ips).\n\nUse the provided URI parameters to modify the result.\n" }, { "info": { "name": "Create a Floating IP", "type": "http" }, "http": { "method": "POST", "url": "https://api.hetzner.cloud/v1/floating_ips", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a [Floating IP](#tag/floating-ips).\n\nProvide the `server` attribute to assign the [Floating IP](#tag/floating-ips) to that server or provide a `home_location` to locate the [Floating IP](#tag/floating-ips) at. Note that the [Floating IP](#tag/floating-ips) can be assigned to a [Server](#tag/servers) in any [Location](#tag/locations) later on. For optimal routing it is advised to use the [Floating IP](#tag/floating-ips) in the same [Location](#tag/locations) it was created in.\n" }, { "info": { "name": "Get a Floating IP", "type": "http" }, "http": { "method": "GET", "url": "https://api.hetzner.cloud/v1/floating_ips/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the Floating IP." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a single [Floating IP](#tag/floating-ips).\n" }, { "info": { "name": "Update a Floating IP", "type": "http" }, "http": { "method": "PUT", "url": "https://api.hetzner.cloud/v1/floating_ips/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the Floating IP." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a [Floating IP](#tag/floating-ips).\n" }, { "info": { "name": "Delete a Floating IP", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.hetzner.cloud/v1/floating_ips/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the Floating IP." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deletes a [Floating IP](#tag/floating-ips).\n\nIf assigned to a [Server](#tag/servers) the [Floating IP](#tag/floating-ips) will be unassigned automatically until 1 May 2026. After this date, the [Floating IP](#tag/floating-ips) needs to be unassigned before it can be deleted.\n\n#### Operation specific errors\n\n| Status | Code | Description |\n| --- | --- | --- |\n| `422` | `must_be_unassigned` | Error when IP is still assigned to a Resource. This error will appear as of 1 May 2026. |\n" } ] } ], "bundled": true }