Compute

Delete External IP

Releases an external IP address. Note that this operation does not automatically detach the IP from associated resources (links or load balancers). You must manually detach the IP from any associated resources before deletion.

delete/compute/v2/thr1/workspaces/{workspaceUUID}/external-ips/{resourceId}

Path parameters

resourceIdstring required

Resource ID

workspaceUUIDstring required

UUID of the workspace

Response

The external IP address was successfully released. Before deleting, ensure you have manually detached this IP from any associated resources (links or load balancers), as this is not done automatically during deletion.

apiVersion'compute/v2' required

Version identifier of the API schema

kind'ExternalIP' required

The string value 'ExternalIP' that identifies the schema

Example response

{
  "apiVersion": "compute/v2",
  "kind": "ExternalIP",
  "metadata": {
    "resourceVersion": "519597875",
    "uid": "00000000-0000-0000-0000-000000000000",
    "workspace": "00000000-0000-0000-0000-000000000000"
  },
  "spec": {
    "ip": "192.168.1.100"
  },
  "status": {
    "gateway": "192.168.1.1"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.