Skip to content

Force Delete

Force Delete provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-cloudinfrastructure-force-delete-createForce DELETE Cloud Elastic IP.
ParameterDescriptionExample
nameName Name of the Cloud Elastic IP object to be force deleted.example-resource

Ask Claude to help you work with Force Delete resources:

“Create a force-delete named ‘example’ in the ‘production’ namespace”

Terminal window
# Create resource
curl -X POST "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/system/cloud_elastic_ip/$${PARAM}/force-delete" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
-d @force_delete.json