Skip to content

Remove From Inventory

Remove From Inventory provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-api-remove-from-inventory-createRemove From API Inventory.
ParameterDescriptionExample
nameName The name of the API Definition for the current request.example-resource
namespaceNamespace The namespace of the API Definition for the current request.system

Ask Claude to help you work with Remove From Inventory resources:

“Create a remove-from-inventory named ‘example’ in the ‘production’ namespace”

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