Skip to content

Force Delete

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

ToolDescription
f5xc-api-marketplace-force-delete-createForce DELETE view.
ParameterDescriptionExample
namespaceNamespace Namespace for the label to be retrieved.system
view_kindKind of View Kind of view of which terraform parameters are requested e.g. Aws_vpc_site, azure_vnet_site.-
view_nameName of view Name of the view for which terraform parameters are requested.-

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/terraform/namespaces/$${PARAM}/terraform/${PARAM}/${PARAM}/force-delete" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
-d @force_delete.json