Skip to main content
PUT
Report Machine Problem

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

machine_id
integer
required

Numeric ID of the machine being reported; must match the URL path segment.

Body

application/json
message
string

Optional free-text description of the issue, truncated to 512 characters.

Example:

"GPU utilization never exceeded 20% despite benchmark workload."

instance_id
integer

ID of the caller's active instance on this machine, used to verify the caller is a current tenant.

Example:

67890

problem
enum<string>

Category of problem being reported.

Available options:
Unable To Start Instance,
Instance Takes Too Long To Load,
Instance Has Less Disk Space Than Requested,
Machine Has Port Issues,
Machine Performance Is Less Than Expected,
Other

Response

Report submitted successfully; returns {"success": true}

success
boolean
required

Always true on success