Skip to main content

crusoe diagnostics vm status

Get the status of a diagnostic (bug report) collection.

Pass the VM name or ID, along with the diagnostic ID returned by crusoe diagnostics vm create. Collection is asynchronous, so poll this command until the status reports completed before downloading the report.

Usage

crusoe diagnostics vm status <vm-name/id> --diagnostic-id <diagnostic-id> [flags]

Flags

FlagDescription
--diagnostic-id string[Required] Diagnostic ID
-f, --format stringOutput format. Supported formats: pretty, json (default: "pretty")
-h, --helpHelp for status
--jsonOutput in json format. Shorthand for --format json
--project-id stringProject ID. Optional if Project Name is set in CRUSOE_DEFAULT_PROJECT env variable or the config file
--project-name stringProject Name. Optional if set in CRUSOE_DEFAULT_PROJECT env variable or the config file

Examples

Check the status of a collection:

crusoe diagnostics vm status np-9addff51-1 \
--diagnostic-id 4d96bc56-d3ea-4314-8aee-35373bbd9798
Type: nvidia_bug_report
Status: completed
Created At: 2026-09-01T20:50:30Z
Updated At: 2026-09-01T20:50:58Z

If collection fails, the status output includes the reason. See Collection Error Messages for the full list of conditions.

What's Next