Skip to main content
GET
/
api
/
v1
/
cvms
/
{cvm_id}
/
commit-update
Get commit token info (no auth required)
curl --request GET \
  --url https://cloud-api.phala.com/api/v1/cvms/{cvm_id}/commit-update
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

cvm_id
string
required

Query Parameters

token
string
required

Response

Successful Response