Report Machine Problem
Machines
Report Machine Problem
Submits a problem report for a machine on which the authenticated user has an active instance, and notifies the machine owner.
PUT
Report Machine Problem
Authorizations
API key must be provided in the Authorization header
Path Parameters
Numeric ID of the machine being reported; must match the URL path segment.
Body
application/json
Optional free-text description of the issue, truncated to 512 characters.
Example:
"GPU utilization never exceeded 20% despite benchmark workload."
ID of the caller's active instance on this machine, used to verify the caller is a current tenant.
Example:
67890
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}
Always true on success