---
title: "Schedule quantum task"
method: POST
path: "/scheduler/tasks"
tags: ["Scheduling"]
---

# Schedule quantum task

`POST /scheduler/tasks`

## Request body

- ScheduleTask
  - `operation` QuantumOperation, required
    - `type` 'QAOA' | 'QUBO' | 'StatePrep', required
    - `parameters` object, required
    - `constraints` object[]
  - `resources` object, required
  - `priority` integer

## Response `200`

Task scheduled successfully

---

[API](https://skmtc.dev/agenticsorg/apis/quantum-agentic-agents-api.md) · [All operations](https://skmtc.dev/agenticsorg/apis/quantum-agentic-agents-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agenticsorg/quantum-agentic-agents-api/revisions/bc2cffc5fb21/schema)
