Disable a Schedule¶
Disables a schedule so it will no longer run automatically. Any currently running execution is not affected; use Cancel to stop a running execution.
Path Parameters¶
| Parameter | Type | Description |
|---|---|---|
id |
guid | ID of the schedule |
Examples¶
Response¶
Returns 200 OK with the updated Schedule object.
Errors¶
| Status | Code | Description |
|---|---|---|
401 |
UNAUTHORISED |
Authentication required |
403 |
FORBIDDEN |
Insufficient permissions (Administrator role required) |
404 |
NOT_FOUND |
Schedule does not exist |