Skip to main content
POST
/
v1
/
workers
/
{id}
/
runtime
/
upgrade
Upgrade worker runtime
curl --request POST \
  --url https://api.openworklabs.com/v1/workers/{id}/runtime/upgrade \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Path Parameters

id
string<typeid>
required

Den TypeID with 'wrk_' prefix and a 26-character base32 suffix.

Required string length: 30
Pattern: ^wrk_.*

Body

application/json
{key}
any

Response

Worker runtime upgrade request completed successfully.

{key}
any