Skip to content

Instantly share code, notes, and snippets.

@azrod
azrod / cav-vdc-delete-storage-profile.sh
Last active October 27, 2025 10:01
CAV workaround Delete VDC Storage Profile
#!/bin/bash
## JQ is required for JSON parsing
if ! command -v jq &> /dev/null
then
echo "jq could not be found, please install it to run this script."
exit
fi
cat <<EOF