Cloudflare/containers
@swamp/cloudflare/containersv2026.06.08.2
01README
Cloudflare containers infrastructure models
02Release Notes
- Updated: applications
03Models
@swamp/cloudflare/containers/applicationsv2026.06.08.2applications.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| account_id | string | Cloudflare account ID |
| 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. |
| 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 |
| 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
04Previous Versions
2026.05.29.1May 29, 2026
- Added: applications
05Stats
A
100 / 100
Downloads
0
Archive size
13.7 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 types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
06Platforms
07Labels