Begin managed candidate production

POST/v1/optimization-campaigns/{campaignId}/attempts/{attemptId}/begin

Idempotently transitions the exact queued attempt into managed production without mutating the target.

How to call this endpoint

Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.

Path, query, and header parameters

These parameters control which ACP object the endpoint acts on and how the request is processed.

Path parameters
NameLocationTypeRequiredDescription
campaignIdpathstringYesDurable Optimization Campaign ID
attemptIdpathstringYesImmutable Optimization Campaign attempt ID
Query parameters
None.

Body schema

This endpoint does not require a request body.

None.

What the API returns

Each response code below includes the documented payload shape for the ACP API.

200Exact attempt is producing
None.
409Attempt is not queued or uses an external producer
None.
Begin managed candidate production
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow