> For the complete documentation index, see [llms.txt](https://docs.fieldmotion.com/fieldmotion-api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fieldmotion.com/fieldmotion-api-docs/job/_move.md).

# \_move

Move a Job into the past or future a set number of minutes.

### Parameters

#### id

The ID of the Job.

#### minutes

Integer number of minutes (though it is passed in as a string).

### Example

```
FM_api('Job_move', ['id' => '222402', 'move' => '60']);
```

### Result

#### On Success

```
{'ok':1}
```
