---
title: "POST /jobs/{UUID}/move"
method: POST
path: "/jobs/{UUID}/move"
---

# POST /jobs/{UUID}/move

`POST /jobs/{UUID}/move`

## Path parameters

- `UUID` string, required

## Request body

- CloneJobPayload — Make all properties in T optional
  - `parent` string
  - `name` string
  - `metadata` JobMetadata
  - `shots` integer — `shots` is ignored by ideal simulator backend.
  - `backend` string
  - `session_id` string
  - `settings` object
    - `error_mitigation` object
      - `symmetry_verification` boolean
      - `debiasing` union
        - boolean
        - object
          - `phi_chi_twirling` object
            - `p2q` number, double
            - `t2q` number, double
            - `t1q` number, double
    - `compilation` object
      - `service_version` string
      - `gate_basis` string
      - `precision` string
      - `opt` number, double
  - `dry_run` boolean
  - `noise` Noise
    - `model` 'ideal' | 'harmony' | 'harmony-1' | 'harmony-2' | 'aria-1' | 'aria-2' | 'forte-1' | 'forte-enterprise-1', required
    - `seed` integer

## Response `201`

Created

- JobCreationResponse
  - `id` string, required
  - `status` 'submitted' | 'ready' | 'started' | 'canceled' | 'failed' | 'completed', required
  - `session_id` string, nullable, required

## Other responses

- `429` — Too Many Requests. To get a higher rate limit, please reach out to support@ionq.co
- `500` — A generic server failure, please reach out to support@ionq.co for help with this error
- `502` — Bad Gateway, this can be caused by misbehaving proxies, or by service issues. These can be retried, and downtime can be found on status.ionq.co
- `503` — Service Unavailable, this is indicative of service outage, please check status.ionq.co

---

[API](https://skmtc.net/ionq/apis/ionq-cloud-platform-api.md) · [All operations](https://skmtc.net/ionq/apis/ionq-cloud-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ionq/ionq-cloud-platform-api/versions/0410071e1cd0/schema)
