Change a deployed build (rebuild)
Builders
Change a deployed build (rebuild)
A build conversation does not lock once deployed — you can keep refining it. Because /answers is only for the question phase and rejects a finished conversation, send post-deploy change requests here instead.
When to use which:
status: gathering→ use POST /answers (you’re still answering the builder’s questions).status: deployedorfailed→ use this endpoint. It replaces the running app with a corrected version, preserving the original intent unless your request changes it.
Like the rest of the flow it returns immediately with status: processing; poll GET /api/v1/builder-agents/ until it is deployed again (the builder field carries the updated app + preview URL) or failed. Rejected with 409 while a rebuild is already processing.
POST
Change a deployed build (rebuild)
Authorizations
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
Path Parameters
Body
application/json