---
title: "Create a new remotejob"
method: POST
path: "/remotejobs"
tags: ["remotejobs"]
---

# Create a new remotejob

`POST /remotejobs`

## Request body

- object
  - `input_path` string, required — The input notebook path
  - `instance` 'medium' | 'large' | 'mediumx2' | 'mediumx2-t4' | 'mediumx2-t4-light-pfp' — Notebook server instance type
  - `output_path` string, required — The output notebook path
  - `with_home_volume` boolean — If true, a VolumeSnapshot of the user's home PVC is created and mounted into the job container. If false, no snapshot is created and nothing is mounted to the home volume path.
  - `working_dir` string, required — The working directory inside the container

## Response `201`

Succeeded

- object
  - `id` string, required — ID of the created RemoteJob

## Other responses

- `400` — Bad request
- `default` — Other error

---

[API](https://skmtc.dev/matlantis/apis/matlantis-web-ui-backend-api.md) · [All operations](https://skmtc.dev/matlantis/apis/matlantis-web-ui-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/matlantis/matlantis-web-ui-backend-api/revisions/b155f3a32673/schema)
