Open or Close a Job

Opens or closes a job. Closing sets it inactive, removes it from the default job listing, and releases equipment and tool units held by the job — the same cleanup the in-app close performs. Returns 204 No Content.

Requires scope: jobs:write

Authentication

API_KEYstring
API Key authentication via header

Path parameters

idUUIDRequired
Job ID.

Request

This endpoint expects an object.
activebooleanRequired

false closes the job, true reopens it. Required.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Rate Limit Error