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/1680000000Output similar to:
Success! Data deleted (if it existed) at: auth/ratls/identities/workload/azure-sev-snp-vtpm-ubuntu-jammy/1680000000Additional Example:
Delete an identity non-interactively:
Last updated
Was this helpful?