Versions
List Versions
Get Version Detail
Upload Version
ModelsExpand Collapse
VersionGetResponse { resources, id, metadata, number }
resources: { bindings, script, script_runtime }
bindings: optional array of { name, type } or { instance_name, name, type, namespace } or { name, namespace, type } or 31 moreList of bindings attached to a Worker. You can find more about bindings on our docs: https://developers.cloudflare.com/workers/configuration/multipart-upload-metadata/#bindings.
List of bindings attached to a Worker. You can find more about bindings on our docs: https://developers.cloudflare.com/workers/configuration/multipart-upload-metadata/#bindings.
AISearch { instance_name, name, type, namespace }
AISearchNamespace { name, namespace, type }
DispatchNamespace { name, namespace, type, outbound }
Inherit { name, type, old_name, version_id }
Ratelimit { name, namespace_id, simple, type }
R2Bucket { bucket_name, name, type, jurisdiction }
jurisdiction: optional "eu" or "fedramp" or "fedramp-high"The jurisdiction of the R2 bucket.
The jurisdiction of the R2 bucket.
SecretKey { algorithm, format, name, 4 more }
Algorithm-specific key parameters. Learn more.
format: "raw" or "pkcs8" or "spki" or "jwk"Data format of the key. Learn more.
Data format of the key. Learn more.
usages: array of "encrypt" or "decrypt" or "sign" or 5 moreAllowed operations with the key. Learn more.
Allowed operations with the key. Learn more.
Base64-encoded key data. Required if format is “raw”, “pkcs8”, or “spki”.
Key data in JSON Web Key format. Required if format is “jwk”.
Workflow { name, type, workflow_name, 2 more }
script_runtime: optional { compatibility_date, compatibility_flags, limits, 2 more } Runtime configuration for the Worker.
Runtime configuration for the Worker.
Date indicating targeted support in the Workers runtime. Backwards incompatible fixes to the runtime following this date will not affect this Worker.
Flags that enable or disable certain features in the Workers runtime.
VersionCreateResponse { resources, id, metadata, 2 more }
resources: { bindings, script, script_runtime }
bindings: optional array of { name, type } or { instance_name, name, type, namespace } or { name, namespace, type } or 31 moreList of bindings attached to a Worker. You can find more about bindings on our docs: https://developers.cloudflare.com/workers/configuration/multipart-upload-metadata/#bindings.
List of bindings attached to a Worker. You can find more about bindings on our docs: https://developers.cloudflare.com/workers/configuration/multipart-upload-metadata/#bindings.
AISearch { instance_name, name, type, namespace }
AISearchNamespace { name, namespace, type }
DispatchNamespace { name, namespace, type, outbound }
Inherit { name, type, old_name, version_id }
Ratelimit { name, namespace_id, simple, type }
R2Bucket { bucket_name, name, type, jurisdiction }
jurisdiction: optional "eu" or "fedramp" or "fedramp-high"The jurisdiction of the R2 bucket.
The jurisdiction of the R2 bucket.
SecretKey { algorithm, format, name, 4 more }
Algorithm-specific key parameters. Learn more.
format: "raw" or "pkcs8" or "spki" or "jwk"Data format of the key. Learn more.
Data format of the key. Learn more.
usages: array of "encrypt" or "decrypt" or "sign" or 5 moreAllowed operations with the key. Learn more.
Allowed operations with the key. Learn more.
Base64-encoded key data. Required if format is “raw”, “pkcs8”, or “spki”.
Key data in JSON Web Key format. Required if format is “jwk”.
Workflow { name, type, workflow_name, 2 more }
script_runtime: optional { compatibility_date, compatibility_flags, limits, 2 more } Runtime configuration for the Worker.
Runtime configuration for the Worker.
Date indicating targeted support in the Workers runtime. Backwards incompatible fixes to the runtime following this date will not affect this Worker.
Flags that enable or disable certain features in the Workers runtime.
Time in milliseconds spent on Worker startup.