Skip to main content

Cloudflare/containers

@swamp/cloudflare/containersv2026.06.08.2· 29d agoMODELS
01README

Cloudflare containers infrastructure models

02Release Notes
  • Updated: applications
03Models1
@swamp/cloudflare/containers/applicationsv2026.06.08.2applications.ts

Global Arguments

ArgumentTypeDescription
account_idstringCloudflare account ID
configurationobjectProperties required to create a cloudchamber deployment specified by the user
constraints?object
instancesnumberNumber of deployments to create
max_instances?numberMaximum number of instances that the application will allow. This is relevant for applications that auto-scale.
namestringThe name for this application
observability?objectSettings for application observability such as logging.
rollout_active_grace_period?numberGrace period for active instances to stay alive before becoming eligible for shutdown signal due to a rollout, in seconds.\nDefaults to 0.\n
scheduling_policyenumThe scheduling policy to use for an application
durable_objects?objectDurable object configuration using a namespace ID
apiToken?stringCloudflare API token; overrides the CLOUDFLARE_API_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
apiKey?stringCloudflare 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?stringCloudflare 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
ArgumentTypeDescription
idstringThe ID of the Applications
fn update()
Update Applications attributes
fn delete(id: string)
Delete the Applications
ArgumentTypeDescription
idstringThe ID of the Applications
fn sync()
Sync Applications state from Cloudflare

Resources

state(infinite)— Applications resource state
04Previous Versions1
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