Skip to main content
POST
Change a deployed build (rebuild)

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required

Body

application/json
message
string
required
Example:

"Also store each lead in a SQLite table and add a /count endpoint."

replace_prompt
boolean

When true, this message becomes the conversation's stored prompt. Default false (the change is appended to the original intent).

Example:

false

Response

Rebuild accepted; conversation reopened.

success
boolean
Example:

true

data
object

An AI build conversation. While requirements are missing it stays 'processing' then 'gathering' (with questions); once answered it generates code and the status becomes 'deployed' (with a builder) or 'failed'.