Skip to main content
PUT
Cancel Machine Maintenance

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

machine_id
integer
required

ID of the machine (from the URL path) whose scheduled maintenance windows should all be cancelled; must be owned by the authenticated user.

Response

{success: true, ctime, machine_id, msg: "deleted N scheduled maintenance window(s) on machine {machine_id}"} on success.

success
boolean

true on successful cancellation

ctime
number

Unix timestamp when the cancellation was performed

machine_id
integer

ID of the machine whose maintenances were cancelled

msg
string

Human-readable summary of how many windows were cancelled