Skip to main content
POST
Disable a package

Path Parameters

name
string
required

The package's name.

Maximum string length: 256

Response

The package, now disabled.

An installed package — the one thing a user installs. May carry declarative resources, Go code, or both; only code-carrying packages cost a rebuild.

name
string
required
Maximum string length: 256
carriesCode
boolean
required

True when the package carries Go code and changes require a rebuild.

enabled
boolean
required
version
string
Maximum string length: 64
source
string

The registry reference or local path it was installed from.

Maximum string length: 1024
installedAt
string<date-time>