---
title: "Close job"
method: POST
path: "/jobs-api/v3/projects/{projectId}/jobs/{translationJobUid}/close"
tags: ["Jobs"]
---

# Close job

`POST /jobs-api/v3/projects/{projectId}/jobs/{translationJobUid}/close`

This closes a completed job. In order for a job to be closed, it must be in a completed state. All content from the job will be removed when it is closed. Closing a job guarantees that no additional work will be done against the job.

## Path parameters

- `projectId` string, required
- `translationJobUid` string, required

## Response `200`

OK

- NullDataJobResponse
  - `response` object, required
    - `code` 'SUCCESS', required — Indicates whether the response was successful or what error has occured.
    - `data` object
      - `data` object

## Other responses

- `400` — Validation error when closing a job
- `401` — Provided credentials are not valid.
- `429` — Too many simultaneous API requests.
- `500` — Unexpected error

---

[API](https://skmtc.net/smartling/apis/smartling-rest-api-reference.md) · [All operations](https://skmtc.net/smartling/apis/smartling-rest-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartling/smartling-rest-api-reference/revisions/2a73d11e9b98/schema)
