Archive a release alias
Archive a preview alias: it stops resolving for new executions, keeps its deployment history, and does not interrupt admitted runs. The row is never deleted, so a later activation revives the same pointer. live cannot be archived.
Authentication
AuthorizationBearer
API key or Clerk session token
Path parameters
id
alias
Headers
if-match
The alias revision this write expects. Required on a live alias that already exists (428 without it) and refused with 412 when the stored revision has moved on. Optional on preview aliases and on the first live deployment, which has no revision yet.
idempotency-key
Replay key. Repeating an activation with the same key returns the receipt the first call produced instead of moving the pointer twice.
Response
Alias archived
alias
archived
receiptId
revision
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
412
Precondition Failed Error
500
Internal Server Error