Skip to main content

Cloudflare/containers

@swamp/cloudflare/containersv2026.05.29.1· 5d agoMODELS
01README

Cloudflare containers infrastructure models

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

Global Arguments

ArgumentTypeDescription
account_idstringCloudflare account ID
affinities?objectDefines affinity in application scheduling. (This still an experimental feature, some schedulers might not work with these affinities).\n
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.
priorities?objectDefines 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?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
jobs?booleanApplication config denoting deployments with Jobs type
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
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