Cloudflare/containers
@swamp/cloudflare/containersv2026.05.29.1
01README
Cloudflare containers infrastructure models
02Release Notes
- Added: applications
03Models
@swamp/cloudflare/containers/applicationsv2026.05.29.1applications.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| account_id | string | Cloudflare account ID |
| affinities? | object | Defines affinity in application scheduling. (This still an experimental feature, some schedulers might not work with these affinities).\n |
| configuration | object | Properties required to create a cloudchamber deployment specified by the user |
| constraints? | object | |
| instances | number | Number of deployments to create |
| max_instances? | number | Maximum number of instances that the application will allow. This is relevant for applications that auto-scale. |
| name | string | The name for this application |
| observability? | object | Settings for application observability such as logging. |
| priorities? | object | Defines priorities of application instances that are taken into account in scheduling decisions\nand used to determine what instances should be evicted in the face of resource scarcity.\nThe feature is experimental and only supported with the "gpu" scheduling policy.\n |
| rollout_active_grace_period? | number | Grace period for active instances to stay alive before becoming eligible for shutdown signal due to a rollout, in seconds.\nDefaults to 0.\n |
| scheduling_policy | enum | The scheduling policy to use for an application |
| durable_objects? | object | Durable object configuration using a namespace ID |
| jobs? | boolean | Application config denoting deployments with Jobs type |
| apiToken? | string | Cloudflare API token; overrides the CLOUDFLARE_API_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| apiKey? | string | Cloudflare API key for the legacy key+email auth path; overrides the CLOUDFLARE_API_KEY environment variable. Wire with a vault.get(...) expression. Requires email. |
| email? | string | Cloudflare account email for the legacy key+email auth path; overrides the CLOUDFLARE_EMAIL environment variable. Requires apiKey. |
fn create()
Create a Applications
fn get(id: string)
Get a Applications
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Applications |
fn update()
Update Applications attributes
fn delete(id: string)
Delete the Applications
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Applications |
fn sync()
Sync Applications state from Cloudflare
Resources
state(infinite)— Applications resource state
04Stats
A
100 / 100
Downloads
0
Archive size
16.4 KB
Verified by Swamp
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels