Archive Project

Beta
Archive a project. From then on nothing new starts or bills inside it: conversation and widget sessions, outbound and inbound calls, batch calls, test runs, knowledge-base imports, and synthesis or gateway requests on a credential pinned to the project are all refused with the coded `409 project_archived`. Work already in flight is left to finish. Everything in the project stays readable and its configuration stays editable, and the project still answers by id. Idempotent: archiving an archived project is a no-op. Reverse it with the unarchive operation.

Authentication

AuthorizationBearer

Enter your API key with the Bearer prefix, e.g. ‘Bearer sk_…’.

Path parameters

project_idstringRequiredformat: "^proj_[0-9a-hjkmnp-tv-z]{26}$"

Project id (prefixed external id, proj_...).

Headers

Speechify-VersionstringOptional

Response

The project is archived.

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error