Nitride
CtrlK
HomeDocumentationTutorials
  • Nitride
  • Documentation
    • What is Nitride?
    • Use Case
    • Setup
      • Install Nitride
      • Install a CLI
      • Configure
    • Get Started
      • Hello "attestation" world
    • Concepts
      • Annotations
      • Attestation
        • Protocols
        • Methods
          • Raw Attestation
          • Raw Attestation with Secure Boot
          • Raw Attestation with vTPM
        • PKI
          • AMD SEV
          • Intel TDX
      • Identity
      • Policy
    • Architecture
      • CLI
      • Nitride
    • Supported Technologies
  • Tutorials
    • Attesting a buckypaper VM
    • Provisioning MariaDB Password on Azure DCXas_v5 VM
  • CLI
    • attestation
      • create
      • delete
      • dump
      • generate
      • local
      • list
      • nonce
      • read
      • update
      • verify
    • config
      • read
      • create
    • identity
      • create
      • read
      • delete
      • list
    • init
    • log
      • read
      • delete
      • list
    • policy
      • create
      • read
      • update
      • delete
      • list
    • totp
      • create
      • delete
  • API
    • Annotations
    • Attestations
    • Configuration
    • Identities
    • Logs
    • Policies
    • TOTP
    • Models
  • Resources
    • Blog
    • GitHub
    • Youtube
    • CCx101
Powered by GitBook
On this page

Was this helpful?

  1. CLI
  2. log

delete

Deletes a log entry.

Usage

vhsm nitride log delete <workload>/<time>/<nonce> [flags]
  • <workload>: the workload name

  • <time>: creation timestamp (the exact moment, in seconds since 1970-01-01 UTC, when this log entry was created)

  • <nonce>: a unique identifier for the log entry

Flags

  • HTTP Options

  • Output Options

  • Command Options


Example

vhsm nitride log delete 3a06c363-8a72-4d29-b300-20f00ed21083/2025-07-14T01:55:20.842186955Z_

Output

Last updated 4 days ago

Was this helpful?