---
title: "Sends an optimization request to Airmatch to compute and deploy a solution"
method: POST
path: "/network-services/v1/airmatch-runnow"
tags: ["AirMatch"]
---

# Sends an optimization request to Airmatch to compute and deploy a solution

`POST /network-services/v1/airmatch-runnow`

Sends an optimization request to Airmatch to compute and deploy a solution based on user provided runmode and other parameters. Runmode is a required parameter and valid values are ON-DEMAND, INCREMENTAL, and OPMODE.

## Query parameters

- `runmode` string, required
- `threshold` true | false
- `delay` integer — Delay the deployment of solution in minutes.
- `window` integer — Deployment window in minutes.

## Response `200`

Successful operation

- RunnowResponse — Runnow API request response document
  - `id` string, required
  - `type` string, required
  - `message` string

## Other responses

- `400` — Bad Request. Validation errors in the request body or parameters, or invalid parameters for the specific device.
- `401` — Unauthorized. Authentication credentials are required or invalid.
- `403` — Forbidden request. The client does not have access rights to the content.
- `404` — Requested resource was not found.
- `429` — Too Many Requests. The user has sent too many requests in a given amount of time.
- `500` — Internal Server Error. An unexpected error occurred on the server.

---

[API](https://skmtc.net/arubanetworks/apis/authorization.md) · [All operations](https://skmtc.net/arubanetworks/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arubanetworks/authorization/revisions/74c95058b11f/schema)
