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/thr3/workspaces/{workspaceUUID}/external-ips/{resourceId}
Path parameters
workspaceUUIDstring required
UUID of the workspace
resourceIdstring required
Resource ID
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.
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.