---
title: "Update a job entry."
method: PUT
path: "/jobs/{jobID}"
tags: ["jobs"]
---

# Update a job entry.

`PUT /jobs/{jobID}`

Updates the status of a particular job.<br>
```
 0: Ready to deploy
10: Connecting to CIMC
11: Mounting installation ISO
15: Server is booting
16: Installer is running
17: Running final reboot
18: Running cleanup tasks
20: Finished
25: Cancelled
30: Error
31: Error: Failed to login to CIMC
32: Error: Failed to mount installation ISO
34: Error: ESXi Installed but SSH was not enabled
35: Error: No response after final reboot
```

## Path parameters

- `jobID` string, required

## Query parameters

- `state` integer, required

## Response `200`

OK

- JobStatus
  - `hostname` string
  - `host_ip` string
  - `cimcip` string
  - `start_time` string
  - `finish_time` string
  - `status` string
  - `macaddr` string
  - `netmask` string
  - `gateway` string

---

[API](https://skmtc.net/cisco/apis/esxi-autoinstaller.md) · [All operations](https://skmtc.net/cisco/apis/esxi-autoinstaller/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cisco/esxi-autoinstaller/revisions/dd322ba65a09/schema)
