Skip to main content
DELETE
Remove a package

Path Parameters

name
string
required

The package's name.

Maximum string length: 256

Response

Removal job started. Poll it for progress.

An asynchronous package operation. Code-carrying packages resolve, build and swap the binary; a failure at any stage leaves the previous binary intact and serving — the user is never left without a working agent.

id
string<uuid>
required
status
enum<string>
required
Available options:
resolving,
building,
swapping,
done,
failed
startedAt
string<date-time>
required
packageName
string
Maximum string length: 256
source
string
Maximum string length: 1024
error
object

Present when status is failed; the previous binary is intact.

Example:
finishedAt
string<date-time>