delete
Delete a previously created identity.
Usage
vhsm nitride identity delete <type>/<name>/<created> [flags]
Deletes a specific identity.
<type>
: platform, firmware, workload, or metadata<name>
: the identity name<created>
: creation timestamp. The exact moment (in seconds since 1970-01-01 UTC) when this key was generated or registered in the system.
Flags
Example:
vhsm nitride identity delete workload/azure-sev-snp-vtpm-ubuntu-jammy/1680000000
Output similar to:
tbd
Additional Example:
Delete an identity non-interactively:
vhsm nitride identity delete firmware/azure-dc2as-v5/1680000000 -non-interactive
Last updated
Was this helpful?